Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa611f85 authored by Hannes Eder's avatar Hannes Eder Committed by David S. Miller
Browse files

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: default avatarHannes Eder <hannes@hanneseder.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f8532fde
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ static int HFC_cnt;
static uint debug;
static uint debug;
static uint poll, tics;
static uint poll, tics;
static struct timer_list hfc_tl;
static struct timer_list hfc_tl;
static u32 hfc_jiffies;
static unsigned long hfc_jiffies;


MODULE_AUTHOR("Karsten Keil");
MODULE_AUTHOR("Karsten Keil");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");