diff options
-rw-r--r-- | drivers/net/wan/dscc4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/dscc4.c b/drivers/net/wan/dscc4.c index 7a72407208b1..629225980463 100644 --- a/drivers/net/wan/dscc4.c +++ b/drivers/net/wan/dscc4.c | |||
@@ -1626,7 +1626,7 @@ try: | |||
1626 | if (state & Xpr) { | 1626 | if (state & Xpr) { |
1627 | void __iomem *scc_addr; | 1627 | void __iomem *scc_addr; |
1628 | unsigned long ring; | 1628 | unsigned long ring; |
1629 | int i; | 1629 | unsigned int i; |
1630 | 1630 | ||
1631 | /* | 1631 | /* |
1632 | * - the busy condition happens (sometimes); | 1632 | * - the busy condition happens (sometimes); |