Browse Source

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>
Pavankumar Kondeti 14 years ago
parent
commit
986b11b8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/gadget/ci13xxx_udc.c

+ 1 - 1
drivers/usb/gadget/ci13xxx_udc.c

@@ -1843,7 +1843,7 @@ __releases(mEp->lock)
 __acquires(mEp->lock)
 {
 	struct ci13xxx_req *mReq, *mReqTemp;
-	int retval;
+	int uninitialized_var(retval);
 
 	trace("%p", mEp);