mirror of
https://github.com/torvalds/linux.git
synced 2026-07-20 20:49:14 +02:00
USB: gadget: Fix unused variable warning in ci13xxx_udc
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8c2387a71c
commit
986b11b8c7
|
|
@ -1843,7 +1843,7 @@ __releases(mEp->lock)
|
|||
__acquires(mEp->lock)
|
||||
{
|
||||
struct ci13xxx_req *mReq, *mReqTemp;
|
||||
int retval;
|
||||
int uninitialized_var(retval);
|
||||
|
||||
trace("%p", mEp);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user