Home
last modified time | relevance | path

Searched hist:"34 e2beb2c883e0ea1b6135ad6f7713f7574a01aa" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.cdiff 34e2beb2c883e0ea1b6135ad6f7713f7574a01aa Thu Mar 25 06:14:33 CDT 2010 Sergei Shtylyov <sshtylyov@ru.mvista.com> musb_core: fix musb_init_controller() error cleanup path

This function forgets to call usb_remove_hcd() or musb_gadget_cleanup() iff
sysfs_create_group() fails.

[ felipe.balbi@nokia.com : review the entire error path
not only when we fail hcd or gadget ]

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>