Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235996
b: refs/heads/master
c: ccb6d2e
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent 034daf6 commit 852b68b
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: 72075789ea6eba8b67516c5fc7e5c12fa1dac1c3
refs/heads/master: ccb6d2e5dc37605503d0a3182dbb27981f90df94
2 changes: 1 addition & 1 deletion trunk/drivers/staging/easycap/easycap_low.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static int regget(struct usb_device *pusb_device,
0x00,
index, reg, reg_size, 50000);

return 0xFF & rc;
return rc;
}

static int regset(struct usb_device *pusb_device, u16 index, u16 value)
Expand Down

0 comments on commit 852b68b

Please sign in to comment.