projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8532fd
)
drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned long
author
Hannes Eder
<hannes@hanneseder.net>
Sat, 14 Feb 2009 13:10:33 +0000
(13:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Feb 2009 07:39:21 +0000
(23:39 -0800)
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
patch
|
blob
|
history
diff --git
a/drivers/isdn/hardware/mISDN/hfcpci.c
b/drivers/isdn/hardware/mISDN/hfcpci.c
index 2bb85c48b9b75809cb1090cbdfd7d065ed51a7e2..641a9cd1a5323947a00ef1e14bb150265ca287b5 100644
(file)
--- a/
drivers/isdn/hardware/mISDN/hfcpci.c
+++ b/
drivers/isdn/hardware/mISDN/hfcpci.c
@@
-57,7
+57,7
@@
static int HFC_cnt;
static uint debug;
static uint poll, tics;
static struct timer_list hfc_tl;
-static u
32
hfc_jiffies;
+static u
nsigned long
hfc_jiffies;
MODULE_AUTHOR("Karsten Keil");
MODULE_LICENSE("GPL");