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:
99b28c4
)
atmel: fix netdev ops conversion
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 21 Apr 2009 09:08:51 +0000
(
02:08
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Apr 2009 09:08:51 +0000
(
02:08
-0700)
sparse says:
drivers/net/wireless/atmel.c:1501:3: warning: Initializer entry defined twice
drivers/net/wireless/atmel.c:1505:3: also defined here
and it's correct; atmel has its own ndo_change_mtu and
shouldn't use eth_change_mtu.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found