On Fri, Feb 06, 2009 at 06:23:30PM +0800, Bryan Wu wrote: > drivers/usb/musb/musb_core.c:1433: warning: assignment makes pointer > from integer without a cast > hw_ep->target_regs = musb_read_target_reg_base(i, mbase); > > static inline u16 musb_read_target_reg_base(u8 i, void __iomem *mbase); > > this is a common bug, but a bug still ? mbase is a 32/64 bit pointer, > but we return a u16 to assign to a pointer ? seems odd :) > > So return right pointer in the stub. > > Cc: Mike Frysinger <vapier.adi@xxxxxxxxx> > Signed-off-by: Bryan Wu <cooloney@xxxxxxxxxx> any new version coming ?? -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html