1
0
Fork 0
alistair23-linux/drivers/dma-buf
Mathias Krause bd3e22088f dma-buf: remove dma_buf_debugfs_create_file()
There is only a single user of dma_buf_debugfs_create_file() and that
one got the function pointer cast wrong. With that one fixed, there is
no need to have a wrapper for debugfs_create_file(), just call it
directly.

With no users left, we can remove dma_buf_debugfs_create_file().

While at it, simplify the error handling in dma_buf_init_debugfs()
slightly.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1466339491-12639-2-git-send-email-minipli@googlemail.com
2016-06-20 22:26:37 +05:30
..
Kconfig dma-buf/sync_file: de-stage sync_file 2016-04-29 17:37:10 -07:00
Makefile dma-buf/fence: add fence_array fences v6 2016-06-02 09:26:15 +02:00
dma-buf.c dma-buf: remove dma_buf_debugfs_create_file() 2016-06-20 22:26:37 +05:30
fence-array.c dma-buf/fence: add signal_on_any to the fence array v2 2016-06-02 09:28:04 +02:00
fence.c dma-buf/fence: make fence context 64 bit v2 2016-06-02 08:27:41 +02:00
reservation.c reservation: add headerdoc comments 2016-05-31 22:12:43 +05:30
seqno-fence.c dma-buf: Minor coding style fixes 2015-05-21 11:29:59 +05:30
sync_file.c dma-buf/sync_file: fix build warning with context format type 2016-06-03 20:43:43 +02:00