staging: unisys: Only process up to budget amount of responses
authorDavid Kershner <david.kershner@unisys.com>
Fri, 15 Jan 2016 16:19:05 +0000 (11:19 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit61dd330a284b7164eda3549ea3ec1bb53598a21e
treebc53e4fda9614fd83b383942ac0337891e4738b3
parent6bb871b61e48fbfca36989a15da4fd599395c598
staging: unisys: Only process up to budget amount of responses

>From napi documentation you should only process the amount your
budget allows, if you go over it just wait for the next napi poll
to continue.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visornic/visornic_main.c