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:
Chunfeng Yun
2020-07-27 15:14:57 +08:00
committed by Greg Kroah-Hartman
parent ba428976a8
commit bf77804b1c
2 changed files with 0 additions and 7 deletions

View File

@@ -294,7 +294,6 @@ struct mtu3_ep {
int flags;
u8 wedged;
u8 busy;
};
struct mtu3_request {