diff options
author | Bryan Wu <cooloney@kernel.org> | 2009-11-16 11:49:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 20:55:24 +0100 |
commit | 92dea9f3c92a96fce8f355151d536f5b1d07589e (patch) | |
tree | cef37442e412d5d8179116a21bce1212436778d7 /MAINTAINERS | |
parent | USB: musb: tweak musb_read_fifo() to avoid unused warnings (diff) | |
download | linux-92dea9f3c92a96fce8f355151d536f5b1d07589e.tar.xz linux-92dea9f3c92a96fce8f355151d536f5b1d07589e.zip |
USB: musb: kill compile warning for Blackfin systems
The Blackfin version of musb_read_target_reg_base() returns a u16 when the
common code expects a (void __iomem *), so update the Blackfin function to
return the right value. This fixes the compile warning:
drivers/usb/musb/musb_core.c: In function 'musb_core_init':
drivers/usb/musb/musb_core.c:1448: warning: assignment makes pointer from
integer without a cast
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions