usb: host: ehci: fix missing kfree in remove path also
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Wed, 31 Mar 2010 12:02:07 +0000 (05:02 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Mar 2010 12:02:07 +0000 (05:02 -0700)
commit5609e9b81891d8db5981cc105dfe4a029645fb43
treef2fb05605ae2cb9ae0c6718cc6bd895ea6ec322e
parentd2e49b9a9a2022d2139044ee5b3b033b63db7367
usb: host: ehci: fix missing kfree in remove path also

Added missing kfree() in ehci_hcd_omap_remove().

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/host/ehci-omap.c