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)
commitc0b00a525c127d0055c1df6283300e17f601a1a1
tree8bc1f2c19f51d14f62179937efd3f9e9f76c58a4
parent45f7fdc2ffb9d5af4dab593843e89da70d1259e3
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