usb: musb: dsps: remove redundant code
authorBin Liu <b-liu@ti.com>
Thu, 2 Feb 2017 03:30:14 +0000 (21:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 09:05:10 +0000 (10:05 +0100)
commitf2e3818ac89d9168c3051b9aaa23b78050df9b6d
treeeebc4934aecb0bd7acb58d5f17889631647802d8
parente945953dd736b5f385fbb4b7ab368271dff5714a
usb: musb: dsps: remove redundant code

The session is cleared in the core whenever musb_platform_disable() is
called, so clearing it in the glue driver *_musb_disable() is redundant.

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