Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133183
b: refs/heads/master
c: 82af308
h: refs/heads/master
i:
  133181: 2bfcf49
  133179: 1cd1ffc
  133175: ac784c3
  133167: 9b0fc66
  133151: 7560cec
  133119: d1f7ac0
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Feb 27, 2009
1 parent 744bcbf commit 8cd0a13
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: 930738de602d2ceb0d1c1b368fe2a8d2a974ab72
refs/heads/master: 82af308f658cf2193e5058bbbfd37c3437cfb4e7
2 changes: 1 addition & 1 deletion trunk/sound/pci/oxygen/oxygen_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ int oxygen_pci_probe(struct pci_dev *pci, int index, char *id,
goto err_pci_regions;

if (chip->model.model_data_size) {
chip->model_data = kmalloc(chip->model.model_data_size,
chip->model_data = kzalloc(chip->model.model_data_size,
GFP_KERNEL);
if (!chip->model_data) {
err = -ENOMEM;
Expand Down

0 comments on commit 8cd0a13

Please sign in to comment.