| commit | 68f50e52554a0a55dfe2e3fdf659ee0569d73c3f | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Fri Feb 09 16:40:00 2007 +0000 |
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 09 09:14:08 2007 -0800 |
| tree | d8e5cb9432157641e568a23247e09b5ca65d4a26 | |
| parent | 53ebb3b8264a77b6214f7a405300de8c24a12554 [diff] |
[PATCH] hci_{read,write}l() does force casts to wrong type for no reason
readl() et.al. expect iomem pointer, so WTF force-cast it to normal one???
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>