]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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>
Fri, 22 Oct 2010 17:21:59 +0000 (10:21 -0700)
commit3daad24d6c72affdd40e8b6a75c87d3c175880b6
tree06b0c9198a9901b183ae6109eb8eb237a5f93a18
parentf405387435a85a440d1ce16f3ca36e042281643a
usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/blackfin.c