skge: fix build on 32 bit
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Aug 2013 03:40:34 +0000 (20:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2013 06:36:45 +0000 (23:36 -0700)
The following is needed as well to fix warning/error about shifting a 32 bit
value 32 bits which occurs if building on 32 bit platform caused by conversion
to using dma_addr_t

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found