Adrian Bunk c9d1a0b8d5 [WATCHDOG] pcwd_usb.c: fix a NULL pointer dereference
The Coverity checker noted that this resulted in a NULL pointer
reference if we were coming from

        if (usb_pcwd == NULL) {
                printk(KERN_ERR PFX "Out of memory\n");
                    goto error;
        }

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
2006-04-02 18:51:50 +02:00
..
2005-12-16 14:43:05 -08:00
2005-04-16 15:20:36 -07:00
2005-09-11 22:01:58 +02:00
2006-03-25 08:22:49 -08:00
2006-03-25 08:22:49 -08:00
2005-10-30 17:37:32 -08:00
2006-04-02 18:51:40 +02:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:32 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00