lkml.org 
[lkml]   [2015]   [Jun]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFT v2 32/48] mfd: Prepare for killing the first parameter 'irq' of irq_flow_handler_t
    > Change irq flow handler to prepare for killing the first parameter 'irq'
    > of irq_flow_handler_t.
    >
    > Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
    > ---
    > drivers/mfd/ucb1x00-core.c | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)

    Acked-by: Lee Jones <lee.jones@linaro.org>

    > diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
    > index 58ea9fdd3a15..08ce1dad4167 100644
    > --- a/drivers/mfd/ucb1x00-core.c
    > +++ b/drivers/mfd/ucb1x00-core.c
    > @@ -292,7 +292,7 @@ static void ucb1x00_irq(unsigned int irq, struct irq_desc *desc)
    > ucb1x00_reg_write(ucb, UCB_IE_CLEAR, isr);
    > ucb1x00_reg_write(ucb, UCB_IE_CLEAR, 0);
    >
    > - for (i = 0; i < 16 && isr; i++, isr >>= 1, irq++)
    > + for (i = 0; i < 16 && isr; i++, isr >>= 1)
    > if (isr & 1)
    > generic_handle_irq(ucb->irq_base + i);
    > ucb1x00_disable(ucb);

    --
    Lee Jones
    Linaro STMicroelectronics Landing Team Lead
    Linaro.org │ Open source software for ARM SoCs
    Follow Linaro: Facebook | Twitter | Blog


    \
     
     \ /
      Last update: 2015-06-04 09:41    [W:2.231 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site