Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24146
b: refs/heads/master
c: 6b53f78
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 26, 2006
1 parent bf28722 commit 7b418b8
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: 9110540f7f2bbcc3577d2580a696fbb7af68c892
refs/heads/master: 6b53f7870d1657831df23788d1984aac3b5a97bd
2 changes: 1 addition & 1 deletion trunk/sound/oss/cmpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ static int mixer_ioctl(struct cm_state *s, unsigned int cmd, unsigned long arg)
case SOUND_MIXER_RECSRC: /* Arg contains a bit for each recording source */
if (get_user(val, p))
return -EFAULT;
i = generic_hweight32(val);
i = hweight32(val);
for (j = i = 0; i < SOUND_MIXER_NRDEVICES; i++) {
if (!(val & (1 << i)))
continue;
Expand Down

0 comments on commit 7b418b8

Please sign in to comment.