Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249599
b: refs/heads/master
c: 1dce160
h: refs/heads/master
i:
  249597: 3aba2a0
  249595: c8b1b26
  249591: 8d5ce0f
  249583: 88b434c
  249567: a849cd7
  249535: f18d996
  249471: 0e99fd1
  249343: bd5b9c4
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed May 11, 2011
1 parent ea131bd commit c8671a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: cda64a5590fcb7349416479ad783ac2dcb20b677
refs/heads/master: 1dce160f027763253c316f5bcd3cc7b686d988d2
4 changes: 3 additions & 1 deletion trunk/drivers/staging/intel_sst/intel_sst_drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,9 @@ int register_sst_card(struct intel_sst_card_ops *card)
pr_err("Repeat for registration..denied\n");
return -EBADRQC;
}
sst_drv_ctx->scard_ops->card_status = SND_CARD_UN_INIT;
/* The ASoC code doesn't set scard_ops */
if (sst_drv_ctx->scard_ops)
sst_drv_ctx->scard_ops->card_status = SND_CARD_UN_INIT;
return 0;
}
EXPORT_SYMBOL_GPL(register_sst_card);
Expand Down

0 comments on commit c8671a1

Please sign in to comment.