* [PATCH] gianfar: add brace at gfar_netpoll()
@ 2010-02-21 1:17 Alexander Beregalov
2010-02-21 1:35 ` Alexander Beregalov
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2010-02-21 1:17 UTC (permalink / raw)
To: netdev; +Cc: Alexander Beregalov
Found by cppcheck.
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/net/gianfar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index 16def13..6850dc0 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -2644,6 +2644,7 @@ static void gfar_netpoll(struct net_device *dev)
gfar_interrupt(priv->gfargrp[i].interruptTransmit,
&priv->gfargrp[i]);
enable_irq(priv->gfargrp[i].interruptTransmit);
+ }
}
}
#endif
--
1.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-21 1:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 1:17 [PATCH] gianfar: add brace at gfar_netpoll() Alexander Beregalov
2010-02-21 1:35 ` Alexander Beregalov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox