drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned long
authorHannes Eder <hannes@hanneseder.net>
Sat, 14 Feb 2009 13:10:33 +0000 (13:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 07:39:21 +0000 (23:39 -0800)
commitaa611f85d0d656870dbb906e75d8cac6acb58943
treecb5ee331a35539f8efe2e136d05bc9ba0ca1a7dd
parentf8532fde95c53e8ef2b5ea44542c82c117d28041
drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned long

Jiffies are unsigned long, make sure we fit in jiffies store variable
on archs with bits per long > 32.

Patch suggested by Jiri Slaby.

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcpci.c