Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375238
b: refs/heads/master
c: 2195b06
h: refs/heads/master
v: v3
  • Loading branch information
Wang YanQing authored and Takashi Iwai committed May 7, 2013
1 parent 785dbb7 commit 369ef69
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: 5a4ca9b3fa24f81298c13a27c03c6dd4087ca159
refs/heads/master: 2195b063f6609e4c6268f291683902f25eaf9aa6
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,9 @@ int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex)
struct hda_bus_unsolicited *unsol;
unsigned int wp;

if (!bus || !bus->workq)
return 0;

trace_hda_unsol_event(bus, res, res_ex);
unsol = bus->unsol;
if (!unsol)
Expand Down

0 comments on commit 369ef69

Please sign in to comment.