Skip to content

Commit

Permalink
r6040: Remove unused variable pdev from drivers/net/r6040.c
Browse files Browse the repository at this point in the history
drivers/net/r6040.c:441: warning: unused variable 'pdev'

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Manish Katiyar authored and David S. Miller committed Jan 27, 2009
1 parent 98322f2 commit a7a41ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ static void r6040_down(struct net_device *dev)
{
struct r6040_private *lp = netdev_priv(dev);
void __iomem *ioaddr = lp->base;
struct pci_dev *pdev = lp->pdev;
int limit = 2048;
u16 *adrp;
u16 cmd;
Expand Down

0 comments on commit a7a41ac

Please sign in to comment.