Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333716
b: refs/heads/master
c: c5e0b6d
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Oct 10, 2012
1 parent 080998c commit 89f4422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7819d1c70eb6a57e43554d86e10b39d1e106ed65
refs/heads/master: c5e0b6dbad9b4d18c561af90b384d02373f1c994
6 changes: 3 additions & 3 deletions trunk/sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ static int patch_cs420x(struct hda_codec *codec)
return 0;

error:
kfree(codec->spec);
cs_free(codec);
codec->spec = NULL;
return err;
}
Expand Down Expand Up @@ -1989,7 +1989,7 @@ static int patch_cs4210(struct hda_codec *codec)
return 0;

error:
kfree(codec->spec);
cs_free(codec);
codec->spec = NULL;
return err;
}
Expand All @@ -2014,7 +2014,7 @@ static int patch_cs4213(struct hda_codec *codec)
return 0;

error:
kfree(codec->spec);
cs_free(codec);
codec->spec = NULL;
return err;
}
Expand Down

0 comments on commit 89f4422

Please sign in to comment.