projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ramips: rt305x: add support for the Netcore NW718 board
[openwrt.git]
/
target
/
linux
/
omap24xx
/
patches-2.6.38
/
501-cbus-retu-irq-nr-fix.patch
1
--- a/drivers/cbus/retu.c
2
+++ b/drivers/cbus/retu.c
3
@@ -205,7 +205,7 @@ static irqreturn_t retu_irq_handler(int
4
return IRQ_NONE;
5
}
6
7
- for (i = 0; idr != 0; i++, idr >>= 1) {
8
+ for (i = retu->irq_base; idr != 0; i++, idr >>= 1) {
9
if (!(idr & 1))
10
continue;
11
This page took
0.042664 seconds
and
5
git commands to generate.