]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: am35x: remove redundant code
authorBin Liu <b-liu@ti.com>
Thu, 2 Feb 2017 03:30:16 +0000 (21:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 09:05:10 +0000 (10:05 +0100)
commit9fd33b95f8bf77b6c424a28629b2c9258122c480
tree4c1c0b28c1655cf9a20ae37d8baa1e6b53e116f5
parent636c38d2194bafdb7cc7086501fee51ae6647ebf
usb: musb: am35x: 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/am35x.c