projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46699c
)
[ATM]: [horizon] fix sparse warnings
author
Dave Jones
<davej@redhat.com>
Thu, 10 Nov 2005 20:55:52 +0000
(12:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Nov 2005 20:55:52 +0000
(12:55 -0800)
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Chas Williams <cmas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/horizon.c
patch
|
blob
|
history
diff --git
a/drivers/atm/horizon.c
b/drivers/atm/horizon.c
index 0cded04680033a95c1cd93ad9ce771d7112651e1..821c81e8cd38bb892cf16094a0135a5fd911dbcb 100644
(file)
--- a/
drivers/atm/horizon.c
+++ b/
drivers/atm/horizon.c
@@
-1511,8
+1511,8
@@
static inline short setup_idle_tx_channel (hrz_dev * dev, hrz_vcc * vcc) {
// a.k.a. prepare the channel and remember that we have done so.
tx_ch_desc * tx_desc = &memmap->tx_descs[tx_channel];
- u
16
rd_ptr;
- u
16
wr_ptr;
+ u
32
rd_ptr;
+ u
32
wr_ptr;
u16 channel = vcc->channel;
unsigned long flags;