Re: [PATCH] bmac: remove unused variable bp in bmac_misc_intr()

Previous thread: Loan Application!!! by Jason Miller Coperations on Wednesday, March 11, 2009 - 9:41 am. (1 message)

Next thread: [RFC v2 0/7] introduce netfilter conntrack protos pernet functionality v2 by Cyrill Gorcunov on Wednesday, March 11, 2009 - 1:57 pm. (1 message)
From: Pavel Roskin
Date: Wednesday, March 11, 2009 - 10:39 am

---

 drivers/net/bmac.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/bmac.c b/drivers/net/bmac.c
index 8a546a3..4541bfb 100644
--- a/drivers/net/bmac.c
+++ b/drivers/net/bmac.c
@@ -1062,7 +1062,6 @@ static int miscintcount;
 static irqreturn_t bmac_misc_intr(int irq, void *dev_id)
 {
 	struct net_device *dev = (struct net_device *) dev_id;
-	struct bmac_data *bp = netdev_priv(dev);
 	unsigned int status = bmread(dev, STATUS);
 	if (miscintcount++ < 10) {
 		XXDEBUG(("bmac_misc_intr\n"));
--

From: David Miller
Date: Friday, March 13, 2009 - 2:17 pm

From: Pavel Roskin <proski@gnu.org>

Applied.

Please provide a proper "Signed-off-by: xxx" line in future
patch submissions or else I will just toss the patch back
to you.

Thanks.
--

Previous thread: Loan Application!!! by Jason Miller Coperations on Wednesday, March 11, 2009 - 9:41 am. (1 message)

Next thread: [RFC v2 0/7] introduce netfilter conntrack protos pernet functionality v2 by Cyrill Gorcunov on Wednesday, March 11, 2009 - 1:57 pm. (1 message)