usb: musb: da8xx: remove redundant code
authorBin Liu <b-liu@ti.com>
Thu, 2 Feb 2017 03:30:15 +0000 (21:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 09:05:10 +0000 (10:05 +0100)
commit41c4eb450fd3e1e17f51f77e58902e91e87b6e01
tree96a8b7d7ccd13acda25c8bd09e18acb9181ba62f
parentf2e3818ac89d9168c3051b9aaa23b78050df9b6d
usb: musb: da8xx: 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/da8xx.c