staging: unisys: Process more than one response per check
authorDavid Kershner <david.kershner@unisys.com>
Fri, 24 Jul 2015 16:00:21 +0000 (12:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:39:57 +0000 (13:39 -0700)
commit7c03621a791499fdb47551693cd785f4fa5d03f8
tree56a02c98d23043aff6cef50d18961323bf797f24
parent3abf4f984adaa4e6fadf9d135ccb915c51bda057
staging: unisys: Process more than one response per check

When s-Par is in polling mode it checks every 2 ms to see if there is
a response from the IO service partition in the queue. Currently it
just reads one entry per 2 ms, this needs to be changed so it drains
the queue on each check.

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
This page took 0.026847 seconds and 5 git commands to generate.