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

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

USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udc

parent 2887ba9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1864,7 +1864,7 @@ __acquires(mEp->lock)
		}
	}

	if (retval == EBUSY)
	if (retval == -EBUSY)
		retval = 0;
	if (retval < 0)
		dbg_event(_usb_addr(mEp), "DONE", retval);