Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / atm / solos-pci.c
index 9359613addc5a7290e8190d0417e6cda7d8cebe9..307321b32cb35f43396f26631ce49069f59ce529 100644 (file)
@@ -372,7 +372,7 @@ static int process_status(struct solos_card *card, int port, struct sk_buff *skb
        }
 
        snr = next_string(skb);
-       if (!str)
+       if (!snr)
                return -EIO;
        attn = next_string(skb);
        if (!attn)
This page took 0.024436 seconds and 5 git commands to generate.