OSDN Git Service

usb: musb: remove musb_generic_disable function
authorBin Liu <b-liu@ti.com>
Thu, 2 Feb 2017 03:30:13 +0000 (21:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 09:05:10 +0000 (10:05 +0100)
commite945953dd736b5f385fbb4b7ab368271dff5714a
treea2cd9434e564189ef06377c407b54be42ff511b9
parenta994ce2d7e66008381a0b184c73be9ae9b72eb5c
usb: musb: remove musb_generic_disable function

musb_generic_disable() only has two lines of code. So remove it and let
the callers directly call those two lines.

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