kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
[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.038768 seconds and 5 git commands to generate.