From: Sebastian Andrzej Siewior Date: Sun, 23 Dec 2012 20:09:56 +0000 (+0100) Subject: usb: gadget: remove u32 castings of address passed to readl() X-Git-Tag: v3.9-rc1~126^2~43^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b8666589d5c274cea0ea4b07e202422bf975b1;p=pandora-kernel.git usb: gadget: remove u32 castings of address passed to readl() Removes a couple of: |drivers/usb/gadget/s3c-hsudc.c: In function 's3c_hsudc_epin_intr': |drivers/usb/gadget/s3c-hsudc.c:438:2: warning: passing argument 1 of '__raw_readl' makes pointer from integer without a cast |arch/arm/include/asm/io.h:104:19: note: expected 'const volatile void *' but argument is of type 'unsigned int' Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed