enic: fix rx napi poll return value
[cascardo/linux.git] / drivers / net / ethernet / cisco / enic / enic_main.c
index b29e027..e356afa 100644 (file)
@@ -1335,7 +1335,7 @@ static int enic_poll_msix_rq(struct napi_struct *napi, int budget)
        int err;
 
        if (!enic_poll_lock_napi(&enic->rq[rq]))
-               return work_done;
+               return budget;
        /* Service RQ
         */