Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25237
b: refs/heads/master
c: c9d1a0b
h: refs/heads/master
i:
  25235: a3f4314
v: v3
  • Loading branch information
Adrian Bunk authored and Wim Van Sebroeck committed Apr 2, 2006
1 parent 880a7db commit c765d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bbc20bc0b5d9c5a351fb3a027e60e396c1329a6
refs/heads/master: c9d1a0b8d52e7539e22f3c3190f8b6e0c80b6cfe
3 changes: 2 additions & 1 deletion trunk/drivers/char/watchdog/pcwd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,8 @@ static int usb_pcwd_probe(struct usb_interface *interface, const struct usb_devi
err_out_unregister_reboot:
unregister_reboot_notifier(&usb_pcwd_notifier);
error:
usb_pcwd_delete (usb_pcwd);
if (usb_pcwd)
usb_pcwd_delete(usb_pcwd);
usb_pcwd_device = NULL;
return retval;
}
Expand Down

0 comments on commit c765d8c

Please sign in to comment.