Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47158
b: refs/heads/master
c: dc041e0
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 3d0bb2b commit f2abb7e
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: e4c3bf0f65ec9da8b067a722f734d1012ef12ceb
refs/heads/master: dc041e0b1fc918562aa3803cda166fee219a34d2
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -6590,7 +6590,7 @@ static int patch_alc262(struct hda_codec *codec)
int board_config;
int err;

spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
spec = kzalloc(sizeof(*spec), GFP_KERNEL);
if (spec == NULL)
return -ENOMEM;

Expand Down Expand Up @@ -7710,7 +7710,7 @@ static int patch_alc861(struct hda_codec *codec)
int board_config;
int err;

spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
spec = kzalloc(sizeof(*spec), GFP_KERNEL);
if (spec == NULL)
return -ENOMEM;

Expand Down

0 comments on commit f2abb7e

Please sign in to comment.