Commit d85b277e authored by Wei Yongjun's avatar Wei Yongjun Committed by Greg Kroah-Hartman

usb: gadget: remove unused variable in gr_queue_int()

The variable 'dev' is initialized but never used
otherwise, so remove the unused variable.
Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 62e3986c
......@@ -663,9 +663,6 @@ static inline int gr_queue_int(struct gr_ep *ep, struct gr_request *req,
static void gr_ep_nuke(struct gr_ep *ep)
{
struct gr_request *req;
struct gr_udc *dev;
dev = ep->dev;
ep->stopped = 1;
ep->dma_start = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment