diff options
author | T.J. Mercier <tjmercier@google.com> | 2024-11-17 20:03:25 +0300 |
---|---|---|
committer | Sumit Semwal <sumit.semwal@linaro.org> | 2024-12-12 16:23:45 +0300 |
commit | 0cff90dec63da908fb16d9ea2872ebbcd2d18e6a (patch) | |
tree | 9eca9a263792be37f42e011aaa0d1778853b5ac2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f49856f525acd5bef52ae28b7da2e001bbe7439e (diff) | |
download | linux-0cff90dec63da908fb16d9ea2872ebbcd2d18e6a.tar.xz |
dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FS
The arguments for __dma_buf_debugfs_list_del do not match for both the
CONFIG_DEBUG_FS case and the !CONFIG_DEBUG_FS case. The !CONFIG_DEBUG_FS
case should take a struct dma_buf *, but it's currently struct file *.
This can lead to the build error:
error: passing argument 1 of ‘__dma_buf_debugfs_list_del’ from
incompatible pointer type [-Werror=incompatible-pointer-types]
dma-buf.c:63:53: note: expected ‘struct file *’ but argument is of
type ‘struct dma_buf *’
63 | static void __dma_buf_debugfs_list_del(struct file *file)
Fixes: bfc7bc539392 ("dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS")
Signed-off-by: T.J. Mercier <tjmercier@google.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241117170326.1971113-1-tjmercier@google.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions