usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Thu, 28 May 2020 18:35:53 +0000 (20:35 +0200)
committerFelipe Balbi <balbi@kernel.org>
Thu, 9 Jul 2020 07:13:07 +0000 (10:13 +0300)
commit9706247d94165ef9d6f7f00308e1cd7e0cc9251d
tree9ce3aed0fc3e704d5ad17be542b0e9fbab644dbc
parent4fdf228cdf6925af45a2066d403821e0977bfddb
usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()

Fixed commit removed the offending behaviour from the driver, but missed
the comment and associated test. Remove them now.

Fixes: 38e58986e6fc ("usb: gadget: udc: atmel: don't disable enpdoints we don't own")
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/atmel_usba_udc.c