Commit b925556c authored by Dave Jones's avatar Dave Jones Committed by David S. Miller

[ATM]: [horizon] fix sparse warnings

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarChas Williams <cmas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a46699c9
......@@ -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];
u16 rd_ptr;
u16 wr_ptr;
u32 rd_ptr;
u32 wr_ptr;
u16 channel = vcc->channel;
unsigned long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment