diff --git a/[refs] b/[refs] index e6fbecae56ab..70de6a5d8737 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fc4e77911f457b6aa910c704eebe3a58d334116 +refs/heads/master: d3ae8562d43fe2b97d605dd67dc67bf8fa9b956a diff --git a/trunk/drivers/usb/host/ehci-omap.c b/trunk/drivers/usb/host/ehci-omap.c index 74d07f4e8b7d..2460f0d82990 100644 --- a/trunk/drivers/usb/host/ehci-omap.c +++ b/trunk/drivers/usb/host/ehci-omap.c @@ -681,6 +681,7 @@ static int ehci_hcd_omap_remove(struct platform_device *pdev) iounmap(omap->tll_base); iounmap(omap->uhh_base); usb_put_hcd(hcd); + kfree(omap); return 0; }