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:
d517c4a
)
ixgbe: Fix some compiler warnings.
author
David S. Miller
<davem@davemloft.net>
Mon, 2 Mar 2009 04:32:39 +0000
(20:32 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Mar 2009 04:32:39 +0000
(20:32 -0800)
'pap' is never used in ixgbe_dcb_hw_config_82599()
and 'eec' in ixgbe_acquire_eeptom() is only used when
status == 0 but GCC has some trouble seeing that.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found