Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144052
b: refs/heads/master
c: ecf85e4
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jarzmik authored and Greg Kroah-Hartman committed Apr 23, 2009
1 parent 42ce96f commit 1bbe3a8
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: 052fbc0d7f76106725c998183d64dcacecd21f8f
refs/heads/master: ecf85e481a716cfe07406439fdc7ba9526bbfaeb
3 changes: 2 additions & 1 deletion trunk/drivers/usb/otg/otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ EXPORT_SYMBOL(otg_get_transceiver);
*/
void otg_put_transceiver(struct otg_transceiver *x)
{
put_device(x->dev);
if (x)
put_device(x->dev);
}
EXPORT_SYMBOL(otg_put_transceiver);

Expand Down

0 comments on commit 1bbe3a8

Please sign in to comment.