diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r-- | drivers/net/ucc_geth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index bec413ba9bca..9741d613ba6f 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -3607,7 +3607,7 @@ static int ucc_geth_poll(struct napi_struct *napi, int budget) | |||
3607 | 3607 | ||
3608 | static irqreturn_t ucc_geth_irq_handler(int irq, void *info) | 3608 | static irqreturn_t ucc_geth_irq_handler(int irq, void *info) |
3609 | { | 3609 | { |
3610 | struct net_device *dev = (struct net_device *)info; | 3610 | struct net_device *dev = info; |
3611 | struct ucc_geth_private *ugeth = netdev_priv(dev); | 3611 | struct ucc_geth_private *ugeth = netdev_priv(dev); |
3612 | struct ucc_fast_private *uccf; | 3612 | struct ucc_fast_private *uccf; |
3613 | struct ucc_geth_info *ug_info; | 3613 | struct ucc_geth_info *ug_info; |