Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265129
b: refs/heads/master
c: 431879a
h: refs/heads/master
i:
  265127: c67ef70
v: v3
  • Loading branch information
Felipe Balbi committed Oct 13, 2011
1 parent e2a6823 commit f51d581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1aec033b955ba358dbf365aa7d0bbd49079c8559
refs/heads/master: 431879a762277ddb9df959bba80216f3ef3d8e17
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/mv_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ static void ch9setaddress(struct mv_udc *udc, struct usb_ctrlrequest *setup)
static void ch9getstatus(struct mv_udc *udc, u8 ep_num,
struct usb_ctrlrequest *setup)
{
u16 status;
u16 status = 0;
int retval;

if ((setup->bRequestType & (USB_DIR_IN | USB_TYPE_MASK))
Expand Down

0 comments on commit f51d581

Please sign in to comment.