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

Commit 986b11b8 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Greg Kroah-Hartman
Browse files

USB: gadget: Fix unused variable warning in ci13xxx_udc

parent 8c2387a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1843,7 +1843,7 @@ __releases(mEp->lock)
__acquires(mEp->lock)
{
	struct ci13xxx_req *mReq, *mReqTemp;
	int retval;
	int uninitialized_var(retval);

	trace("%p", mEp);