abe3e0305d1de256ecb2823299246d4fa76c210d
[openwrt.git] / target / linux / omap24xx / patches-2.6.38 / 501-cbus-retu-irq-nr-fix.patch
1 Index: linux-2.6.38-rc6/drivers/cbus/retu.c
2 ===================================================================
3 --- linux-2.6.38-rc6.orig/drivers/cbus/retu.c 2011-02-27 18:01:26.306458689 +0100
4 +++ linux-2.6.38-rc6/drivers/cbus/retu.c 2011-02-27 18:05:56.472263901 +0100
5 @@ -205,7 +205,7 @@
6 return IRQ_NONE;
7 }
8
9 - for (i = 0; idr != 0; i++, idr >>= 1) {
10 + for (i = retu->irq_base; idr != 0; i++, idr >>= 1) {
11 if (!(idr & 1))
12 continue;
13
This page took 0.102931 seconds and 3 git commands to generate.