Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40203
b: refs/heads/master
c: fbdbb22
h: refs/heads/master
i:
  40201: b450447
  40199: 88d8252
v: v3
  • Loading branch information
Amit Choudhary authored and Jaroslav Kysela committed Oct 22, 2006
1 parent 3f320aa commit a419ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a81a21b6095997f50ac9ca37e4fdfe48d789ad7
refs/heads/master: fbdbb2205a7ff3c3e19941477cde6f9a693637ef
2 changes: 2 additions & 0 deletions trunk/sound/isa/cmi8330.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ static int __devinit snd_cmi8330_pnp(int dev, struct snd_cmi8330 *acard,
struct pnp_resource_table * cfg = kmalloc(sizeof(struct pnp_resource_table), GFP_KERNEL);
int err;

if (!cfg)
return -ENOMEM;
acard->cap = pnp_request_card_device(card, id->devs[0].id, NULL);
if (acard->cap == NULL) {
kfree(cfg);
Expand Down

0 comments on commit a419ebf

Please sign in to comment.