usb: mtu3: remove useless member @busy in mtu3_ep struct
The member @busy in mtu3_ep struct is unnecessary, so remove it. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/1595834101-13094-8-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
ba428976a8
commit
bf77804b1c
@@ -294,7 +294,6 @@ struct mtu3_ep {
|
||||
|
||||
int flags;
|
||||
u8 wedged;
|
||||
u8 busy;
|
||||
};
|
||||
|
||||
struct mtu3_request {
|
||||
|
Reference in New Issue
Block a user