Re: [PATCH RFC] blackfin: make timeout HZ independent

2015-02-11 Thread Steven Miao
Applied. Thanks. On Wed, Feb 11, 2015 at 2:52 PM, Nicholas Mc Guire wrote: > The timeout is in jiffies so the hard-coded numeric value becomes HZ > dependent, which is probably not the intent. To resolve this the > timeout is converted with msecs_to_jiffies. > > Signed-off-by: Nicholas Mc Guire

[PATCH RFC] blackfin: make timeout HZ independent

2015-02-10 Thread Nicholas Mc Guire
The timeout is in jiffies so the hard-coded numeric value becomes HZ dependent, which is probably not the intent. To resolve this the timeout is converted with msecs_to_jiffies. Signed-off-by: Nicholas Mc Guire --- Due to tool-chain problems this patch was not even compile tested, further it i