ag71xx driver: fix a kernel crash caused by r14496
SVN-Revision: 14504
This commit is contained in:
parent
e2737772c2
commit
e697d8c27f
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
#define ETH_FCS_LEN 4
|
||||
|
||||
#define AG71XX_DRV_NAME "ag71xx"
|
||||
#define AG71XX_DRV_VERSION "0.5.19"
|
||||
#define AG71XX_DRV_VERSION "0.5.20"
|
||||
|
||||
#define AG71XX_NAPI_WEIGHT 64
|
||||
#define AG71XX_OOM_REFILL (1 + HZ/10)
|
||||
|
|
|
@ -730,7 +730,7 @@ static int ag71xx_poll(struct napi_struct *napi, int limit)
|
|||
|
||||
mod_timer(&ag->oom_timer, jiffies + AG71XX_OOM_REFILL);
|
||||
netif_rx_complete(dev, napi);
|
||||
return done;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static irqreturn_t ag71xx_interrupt(int irq, void *dev_id)
|
||||
|
|
Loading…
Reference in a new issue