usb: gadget: fix for a typo that conveys logically-inverted information.
authorAjay Garg <ajaygargnsit@gmail.com>
Thu, 9 Sep 2021 12:06:24 +0000 (17:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 08:27:54 +0000 (10:27 +0200)
commit6b0be25ca029469b5515119b96a6d684cf7d1e82
tree19d6d24ed79bd94591c8e0e9a08df295b35a9900
parent5b5ec04fb2d646c8c9ec90be2ea638e323912e0f
usb: gadget: fix for a typo that conveys logically-inverted information.

Upon calling usb_ep_autoconfig_release(), the endpoint becomes *not
valid*.

Signed-off-by: Ajay Garg <ajaygargnsit@gmail.com>
Link: https://lore.kernel.org/r/20210909120624.77557-1-ajaygargnsit@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/epautoconf.c