diff options
Diffstat (limited to 'drivers/atm/solos-pci.c')
-rw-r--r-- | drivers/atm/solos-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index 9359613addc5..307321b32cb3 100644 --- a/drivers/atm/solos-pci.c +++ b/drivers/atm/solos-pci.c | |||
@@ -372,7 +372,7 @@ static int process_status(struct solos_card *card, int port, struct sk_buff *skb | |||
372 | } | 372 | } |
373 | 373 | ||
374 | snr = next_string(skb); | 374 | snr = next_string(skb); |
375 | if (!str) | 375 | if (!snr) |
376 | return -EIO; | 376 | return -EIO; |
377 | attn = next_string(skb); | 377 | attn = next_string(skb); |
378 | if (!attn) | 378 | if (!attn) |