Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34951
b: refs/heads/master
c: 783eaf4
h: refs/heads/master
i:
  34949: 4b81c56
  34947: 7d93e37
  34943: 6abb836
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 042f15d commit c531bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 307192065c55dbc70159037c1e3006a9f761192b
refs/heads/master: 783eaf4671a4f5a95102aedb5a45e1f8adab945c
3 changes: 3 additions & 0 deletions trunk/sound/ppc/keywest.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ int __init snd_pmac_tumbler_post_init(void)
{
int err;

if (!keywest_ctx || !keywest_ctx->client)
return -ENXIO;

if ((err = keywest_ctx->init_client(keywest_ctx)) < 0) {
snd_printk(KERN_ERR "tumbler: %i :cannot initialize the MCS\n", err);
return err;
Expand Down

0 comments on commit c531bf3

Please sign in to comment.