]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: Remove unnecessary shutdown function
authorTony Lindgren <tony@atomide.com>
Tue, 31 May 2016 15:05:10 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
commit1f9885a3eaedf7c1bfe6e56bddf9d09c126bdea7
tree2b54d33c9b8d9ccb40c88d95b0d91f3658543005
parente54b40681b300b6bdcce922f577ab1cfdfeaf68b
usb: musb: Remove unnecessary shutdown function

We have remove() already calling shutdown(), so let's drop it
and move the code to remove(). No code changes, we'll drop the
the FIXME in the following patch with more clean-up.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c