Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81549
b: refs/heads/master
c: 5050b09
h: refs/heads/master
i:
  81547: 9405570
v: v3
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 21072cb commit 5cf999c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6b587ef9a15fa2e1859faf5a8937702ef6c12616
refs/heads/master: 5050b0921a0f838314b1b9c4d7c16d5c8ed8c1fc
3 changes: 2 additions & 1 deletion trunk/sound/core/control_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ static int copy_ctl_value_from_user(struct snd_card *card,
struct snd_ctl_elem_value32 __user *data32,
int *typep, int *countp)
{
int i, type, count, size;
int i, type, size;
int uninitialized_var(count);
unsigned int indirect;

if (copy_from_user(&data->id, &data32->id, sizeof(data->id)))
Expand Down

0 comments on commit 5cf999c

Please sign in to comment.