alistair23-linux/drivers/atm
Nicholas Mc Guire 684b4ac14f atm: use msecs_to_jiffies for conversions
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 with msecs_to_jiffies()
As this driver was introduced in the early 2.3 series it is most
likely assuming HZ=100 so the constant 50 is converted to 500ms.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-08 15:48:45 -07:00
..
.gitignore
adummy.c
ambassador.c atm: ambassador: use NULL instead of 0 for pointer 2014-02-19 16:39:10 -05:00
ambassador.h
atmtcp.c drivers/atm/atmtcp.c: fix error return code 2014-08-07 16:02:57 -07:00
eni.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
eni.h
firestream.c atm: firestream: Use del_timer_sync() in teardown path 2014-03-25 21:06:02 -04:00
firestream.h atm: firestream: remove duplicate define 2013-10-21 18:46:46 -04:00
fore200e.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
fore200e.h
he.c atm:he - Do not initialise statics to 0. 2015-06-04 15:43:10 -07:00
he.h atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
horizon.c atm: horizon: Remove some unused functions 2015-01-13 17:28:19 -05:00
horizon.h
idt77105.c atm: idt77105: Use del_timer_sync() in exit path 2014-03-25 21:06:02 -04:00
idt77105.h
idt77252.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
idt77252.h
idt77252_tables.h
iphase.c atm: use msecs_to_jiffies for conversions 2015-06-08 15:48:45 -07:00
iphase.h
Kconfig
lanai.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
Makefile
midway.h
nicstar.c drivers: atm: nicstar: remove ifdef'd out skb destructors 2015-03-10 13:34:53 -04:00
nicstar.h
nicstarmac.c
nicstarmac.copyright
solos-attrlist.c
solos-pci.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
suni.c
suni.h
tonga.h
uPD98401.h
uPD98402.c
uPD98402.h
zatm.c atm: remove deprecated use of pci api 2015-01-18 00:28:41 -05:00
zatm.h
zeprom.h