Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199774
b: refs/heads/master
c: 7176d37
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed May 31, 2010
1 parent 345b62e commit ffb0134
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: 5dd360ebd8328affb22225141cece3a29403b965
refs/heads/master: 7176d37a28fa4ea7e32815007673f578cdcebf51
2 changes: 1 addition & 1 deletion trunk/include/linux/usb/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ struct uac_selector_unit_descriptor {
static inline __u8 uac_selector_unit_iSelector(struct uac_selector_unit_descriptor *desc)
{
__u8 *raw = (__u8 *) desc;
return raw[9 + desc->bLength - 1];
return raw[desc->bLength - 1];
}

/* 4.3.2.5 Feature Unit Descriptor */
Expand Down

0 comments on commit ffb0134

Please sign in to comment.