usb: mtu3: use MTU3_EP_WEDGE flag
Use MTU3_EP_WEDGE flag instead of the member @wedged in mtu3_ep struct, then @wedged can be removed. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/1595834101-13094-9-git-send-email-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
bf77804b1c
commit
54402373c4
@@ -293,7 +293,6 @@ struct mtu3_ep {
|
||||
const struct usb_endpoint_descriptor *desc;
|
||||
|
||||
int flags;
|
||||
u8 wedged;
|
||||
};
|
||||
|
||||
struct mtu3_request {
|
||||
|
Reference in New Issue
Block a user