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:
d0c4581
)
smc911x: Fix unused variable warning.
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 21 Nov 2007 14:34:15 +0000
(15:34 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 24 Nov 2007 03:09:01 +0000
(22:09 -0500)
The smc911x_local pointer in smc911x_rcv is only used in the SMC_USE_DMA
case. Move it under the #ifdef so GCC doesn't generate a warning in the
non-DMA case.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/smc911x.c
patch
|
blob
|
history
diff --cc
drivers/net/smc911x.c
Simple merge