Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40205
b: refs/heads/master
c: 5019f75
h: refs/heads/master
i:
  40203: a419ebf
v: v3
  • Loading branch information
Amit Choudhary authored and Jaroslav Kysela committed Oct 22, 2006
1 parent 7cb3f39 commit c49a8a5
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: b1e8a791c77bd35f88b678ce761928583efd8cd0
refs/heads/master: 5019f75ea1a98c36e9139ffb2bf8614a2e9f0a03
2 changes: 2 additions & 0 deletions trunk/sound/isa/opti9xx/opti92x-ad1848.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,8 @@ static int __init snd_card_opti9xx_pnp(struct snd_opti9xx *chip, struct pnp_card
struct pnp_resource_table *cfg = kmalloc(sizeof(*cfg), GFP_KERNEL);
int err;

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

0 comments on commit c49a8a5

Please sign in to comment.