aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2024-04-04 18:02:25 +0200
committerDanilo Krummrich <[email protected]>2024-04-05 18:30:29 +0200
commit185fdb4697cc9684a02f2fab0530ecdd0c2f15d4 (patch)
tree61be904ec2d9cc90520b7c593bd18f4aa55f5e98 /tools/perf/scripts/python/export-to-postgresql.py
parent838ae9f45c4e43b4633d8b0ad1fbedff9ecf177d (diff)
nouveau: fix function cast warning
Calling a function through an incompatible pointer type causes breaks kcfi, so clang warns about the assignment: drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c:73:10: error: cast from 'void (*)(const void *)' to 'void (*)(void *)' converts to incompatible function type [-Werror,-Wcast-function-type-strict] 73 | .fini = (void(*)(void *))kfree, Avoid this with a trivial wrapper. Fixes: c39f472e9f14 ("drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions