diff options
| author | Karsten Keil <[email protected]> | 2006-02-03 03:04:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-02-03 08:32:11 -0800 |
| commit | ddca2488a2a69421924485bbcec39b512b580d0e (patch) | |
| tree | 97a6798ce4481c485a4d258e656be08c90636299 /scripts/basic | |
| parent | def9391c561c60e9d0aab58abca5404acef1de4b (diff) | |
[PATCH] i4l: warning fixes
drivers/isdn/hisax/hscx_irq.c: In function `hscx_interrupt':
drivers/isdn/hisax/hscx_irq.c:201: warning: comparison is always 1 due to width of bit-field
It's due to
(PACKET_NOACK != bcs->tx_skb->pkt_type)
pkt_type is only three bit wide.
I think this should fix it for the moment, pkt_type 7 is not used yet and
this is only used internal in hisax.
Signed-off-by: Karsten keil <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions