Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181652
b: refs/heads/master
c: ace30f7
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent c52ee9d commit a174b87
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b1ec9532341fafacfce8b1951c5f388eae014e16
refs/heads/master: ace30f74ac1b3f20ab8f98995510a5e0d643c42c
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ static irqreturn_t irq_handler(int irq, void *dev_id)
spin_unlock(&dev->channel[i].state_lock);
}

return rc;
/* Request might have been processed by a previous call. */
return IRQ_HANDLED;
}

/****************************************************************************/
Expand Down

0 comments on commit a174b87

Please sign in to comment.