[PATCH 01/14] staging: unisys: Change poll rate to 2 ms for work

2015-11-17 Thread Benjamin Romer
From: David Kershner Use ms_to_jiffies for the periodic work queue instead of raw jiffies. Signed-off-by: David Kershner Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorbus/visorbus_main.c | 4 ++--

Re: [PATCH 01/14] staging: unisys: Change poll rate to 2 ms for work

2015-11-17 Thread Greg KH
On Tue, Nov 17, 2015 at 09:57:59AM -0500, Benjamin Romer wrote: > From: David Kershner > > Use ms_to_jiffies for the periodic work queue instead of raw jiffies. > > Signed-off-by: David Kershner > Signed-off-by: Benjamin Romer