Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289650
b: refs/heads/master
c: 5f0b3f9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 3, 2012
1 parent 4fcc9a3 commit dc11bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 85b4b3c8c189e0159101f7628a71411af072ff69
refs/heads/master: 5f0b3f9998ceca8414dfb7d0dba69209f11b44af
2 changes: 1 addition & 1 deletion trunk/drivers/usb/otg/ab8500-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static int __devinit ab8500_usb_probe(struct platform_device *pdev)
return -ENOMEM;

otg = kzalloc(sizeof *otg, GFP_KERNEL);
if (!ab->phy.otg) {
if (!otg) {
kfree(ab);
return -ENOMEM;
}
Expand Down

0 comments on commit dc11bb7

Please sign in to comment.