Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164990
b: refs/heads/master
c: d0defb8
h: refs/heads/master
v: v3
  • Loading branch information
fangxiaozhi authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent a83ca99 commit 8aed2b7
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: 5128a66c6605d8178f69b7a8f2a70060933a26b4
refs/heads/master: d0defb855c8504c49b92bdc0203689ce9b4cf7ba
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/initializers.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ int usb_stor_huawei_e220_init(struct us_data *us)
USB_TYPE_STANDARD | USB_RECIP_DEVICE,
0x01, 0x0, NULL, 0x0, 1000);
US_DEBUGP("Huawei mode set result is %d\n", result);
return (result ? 0 : -ENODEV);
return 0;
}

0 comments on commit 8aed2b7

Please sign in to comment.