Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174989
b: refs/heads/master
c: b2b6080
h: refs/heads/master
i:
  174987: 9f321f8
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 522b07d commit 3295195
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: 06e182911da95a304eaab71288a47bc5c799c4eb
refs/heads/master: b2b608090544ecd30a826c32958bca74fb717963
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
omap = kzalloc(sizeof(*omap), GFP_KERNEL);
if (!omap) {
ret = -ENOMEM;
goto err_create_hcd;
goto err_disabled;
}

hcd = usb_create_hcd(&ehci_omap_hc_driver, &pdev->dev,
Expand Down Expand Up @@ -653,6 +653,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
usb_put_hcd(hcd);

err_create_hcd:
kfree(omap);
err_disabled:
err_pdata:
return ret;
Expand Down

0 comments on commit 3295195

Please sign in to comment.