提交 aa611f85 编写于 作者: H Hannes Eder 提交者: David S. Miller

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: NHannes Eder <hannes@hanneseder.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f8532fde
...@@ -57,7 +57,7 @@ static int HFC_cnt; ...@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册