linux/fs/debugfs
Dan Carpenter 5858441c95 debugfs: remove unneeded cast in debugfs_print_regs32()
The cast here causes a Sparse warning:
fs/debugfs/file.c:561:42: warning: cast removes address space of expression
fs/debugfs/file.c:561:42: warning: incorrect type in argument 1 (different address spaces)
fs/debugfs/file.c:561:42:    expected void const volatile [noderef] <asn:2>*addr
fs/debugfs/file.c:561:42:    got void *<noident>

It's redundant to cast it to a (void *) anyway when it is already a
(void __iomem *).

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-26 20:12:47 -08:00
..
file.c debugfs: remove unneeded cast in debugfs_print_regs32() 2011-11-26 20:12:47 -08:00
inode.c debugfs: Fix a comment mistake 2011-08-22 17:41:48 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00