Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;