David S. Miller f925b1303e 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 <davem@davemloft.net>
2010-05-25 16:24:03 -07:00
..
2010-05-17 17:44:48 -07:00
2010-05-25 16:09:23 -07:00
2010-04-27 18:12:04 -07:00
2010-05-17 17:44:47 -07:00
2010-05-17 17:44:47 -07:00
2009-05-01 15:27:02 -07:00