Re: [PATCH] atm: use msecs_to_jiffies for conversions

2015-06-08 Thread David Miller
From: Nicholas Mc Guire Date: Mon, 8 Jun 2015 21:16:28 +0200 > API compliance scanning with coccinelle flagged: > ./drivers/atm/iphase.c:2621:4-20: > WARNING: timeout (50) seems HZ dependent > > Numeric constants passed to schedule_timeout() make the effective > timeout HZ dependent whi

[PATCH] atm: use msecs_to_jiffies for conversions

2015-06-08 Thread Nicholas Mc Guire
API compliance scanning with coccinelle flagged: ./drivers/atm/iphase.c:2621:4-20: WARNING: timeout (50) seems HZ dependent Numeric constants passed to schedule_timeout() make the effective timeout HZ dependent which does not seem intended. Fixed up by converting the constant to jiffies wi