Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249423
b: refs/heads/master
c: c3e25a2
h: refs/heads/master
i:
  249421: 1d1c377
  249419: a89bd35
  249415: 2503e91
  249407: 40a763b
v: v3
  • Loading branch information
Vinod Koul authored and Greg Kroah-Hartman committed May 10, 2011
1 parent 591e4f2 commit f968eb5
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: 1bea302c2fe28405cf10f60599c904dfa0bad3fe
refs/heads/master: c3e25a24b55d206dfa261fb2c7bb29b09f7bcf9b
3 changes: 3 additions & 0 deletions trunk/drivers/staging/intel_sst/intel_sst.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ static irqreturn_t intel_sst_interrupt(int irq, void *context)
unsigned int size = 0, str_id;
struct stream_info *stream ;

/* Do not handle interrupt in suspended state */
if (drv->sst_state == SST_SUSPENDED)
return IRQ_NONE;
/* Interrupt arrived, check src */
isr.full = sst_shim_read(drv->shim, SST_ISRX);

Expand Down

0 comments on commit f968eb5

Please sign in to comment.