From: David S. Miller Date: Tue, 25 May 2010 23:24:03 +0000 (-0700) Subject: drivers/net/usb/asix.c: Fix pointer cast. X-Git-Tag: v2.6.35-rc1~260^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f925b1303e0672effc78547353bd2ddfe11f5b5f;p=pandora-kernel.git drivers/net/usb/asix.c: Fix pointer cast. Stephen Rothwell reports the following new warning: drivers/net/usb/asix.c: In function 'asix_rx_fixup': drivers/net/usb/asix.c:325: warning: cast from pointer to integer of different size drivers/net/usb/asix.c:354: warning: cast from pointer to integer of different size The code just cares about the low alignment bits, so use an "unsigned long" cast instead of one to "u32". Signed-off-by: David S. Miller --- Reading git-diff-tree failed