]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 29 Sep 2010 06:54:30 +0000 (09:54 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Nov 2010 19:03:10 +0000 (11:03 -0800)
commit18121c81e9a01c0e29dc94c290e84bf9fba0689e
tree24c6eb5d380744c76ccc18b14def09cce4cfcd1d
parente3fddc7bfa8f27ba86e4a6e1a8a450b602c332cf
usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()

commit 3daad24d6c72affdd40e8b6a75c87d3c175880b6 upstream.

Blackfin's musb_platform_exit() forgets to call usb_nop_xceiv_unregister().
While fixing this, also remove the unneeded blank line there.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/blackfin.c