]> git.baikalelectronics.ru Git - kernel.git/commit
dma-buf: update debugfs output
authorSumit Semwal <sumit.semwal@linaro.org>
Mon, 3 Feb 2014 09:39:12 +0000 (15:09 +0530)
committerSumit Semwal <sumit.semwal@linaro.org>
Thu, 13 Feb 2014 04:38:52 +0000 (10:08 +0530)
commit5174b3dbf5b6c95f8e20f307719ad2640aa24ca4
tree8bc1f2c19f51d14f62179937efd3f9e9f76c58a4
parent5d33fbf2c2267bb05a14d41d8c01b8bec19a57f8
dma-buf: update debugfs output

Russell King observed 'wierd' looking output from debugfs, and also suggested
better ways of getting device names (use KBUILD_MODNAME, dev_name())

This patch addresses these issues to make the debugfs output correct and better
looking.

While at it, replace seq_printf with seq_puts to remove the checkpatch.pl
warnings.

Reported-by: Russell King - ARM Linux <linux@arm.linux.org.uk>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
drivers/base/dma-buf.c
include/linux/dma-buf.h