Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99193
b: refs/heads/master
c: 80ca9a7
h: refs/heads/master
i:
  99191: ac50732
v: v3
  • Loading branch information
Milton Miller authored and Jaroslav Kysela committed Jul 14, 2008
1 parent b007192 commit 596e464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 862c2c0a61c515f2e9f63f689215bcf99a607eaf
refs/heads/master: 80ca9a706b458d09b8cc8d5258bb61957f66ca5e
4 changes: 2 additions & 2 deletions trunk/sound/pci/nm256/nm256.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ snd_nm256_mixer(struct nm256 *chip)
.read = snd_nm256_ac97_read,
};

chip->ac97_regs = kcalloc(sizeof(short),
ARRAY_SIZE(nm256_ac97_init_val), GFP_KERNEL);
chip->ac97_regs = kcalloc(ARRAY_SIZE(nm256_ac97_init_val),
sizeof(short), GFP_KERNEL);
if (! chip->ac97_regs)
return -ENOMEM;

Expand Down

0 comments on commit 596e464

Please sign in to comment.