git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f2c851
)
pxa168_eth: silence gcc warnings
author
Dan Carpenter
<error27@gmail.com>
Tue, 24 Aug 2010 06:55:05 +0000
(06:55 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 24 Aug 2010 21:50:27 +0000
(14:50 -0700)
Casting "pep->tx_desc_dma" to to a struct tx_desc pointer makes gcc
complain:
drivers/net/pxa168_eth.c:657: warning:
cast to pointer from integer of different size
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found