Re: [PATCH v2] video: fbdev: use msecs_to_jiffies for time conversions

2015-03-10 Thread Tomi Valkeinen
On 20/02/15 16:34, Nicholas Mc Guire wrote: > This is only an API consolidation and should make things more readable by > replacing var * HZ / 1000 by msecs_to_jiffies(var). > > Signed-off-by: Nicholas Mc Guire > --- > > v2: fixed missing closing parenthesis in pxafb_disable_controller. >

Re: [PATCH v2] video: fbdev: use msecs_to_jiffies for time conversions

2015-03-10 Thread Tomi Valkeinen
On 20/02/15 16:34, Nicholas Mc Guire wrote: This is only an API consolidation and should make things more readable by replacing var * HZ / 1000 by msecs_to_jiffies(var). Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- v2: fixed missing closing parenthesis in

[PATCH v2] video: fbdev: use msecs_to_jiffies for time conversions

2015-02-20 Thread Nicholas Mc Guire
This is only an API consolidation and should make things more readable by replacing var * HZ / 1000 by msecs_to_jiffies(var). Signed-off-by: Nicholas Mc Guire --- v2: fixed missing closing parenthesis in pxafb_disable_controller. Compile testing was missing part of the patched code due to

[PATCH v2] video: fbdev: use msecs_to_jiffies for time conversions

2015-02-20 Thread Nicholas Mc Guire
This is only an API consolidation and should make things more readable by replacing var * HZ / 1000 by msecs_to_jiffies(var). Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- v2: fixed missing closing parenthesis in pxafb_disable_controller. Compile testing was missing part of the