From: Bryan Wu Date: Mon, 16 Nov 2009 10:49:20 +0000 (+0530) Subject: USB: musb: kill compile warning for Blackfin systems X-Git-Tag: v2.6.33-rc1~315^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92dea9f3c92a96fce8f355151d536f5b1d07589e;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger Signed-off-by: Anand Gadiyar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed