lkml.org 
[lkml]   [2019]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 12/23] soc: fsl: qe: drop assign-only high_active in qe_ic_init
    Date
    high_active is only assigned to but never used. Remove it.

    Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
    ---
    drivers/soc/fsl/qe/qe_ic.c | 6 ++----
    1 file changed, 2 insertions(+), 4 deletions(-)

    diff --git a/drivers/soc/fsl/qe/qe_ic.c b/drivers/soc/fsl/qe/qe_ic.c
    index f3659c312e13..61a40e40f3ae 100644
    --- a/drivers/soc/fsl/qe/qe_ic.c
    +++ b/drivers/soc/fsl/qe/qe_ic.c
    @@ -450,7 +450,7 @@ void __init qe_ic_init(struct device_node *node, unsigned int flags,
    {
    struct qe_ic *qe_ic;
    struct resource res;
    - u32 temp = 0, ret, high_active = 0;
    + u32 temp = 0, ret;

    ret = of_address_to_resource(node, 0, &res);
    if (ret)
    @@ -496,10 +496,8 @@ void __init qe_ic_init(struct device_node *node, unsigned int flags,
    temp |= CICR_GRTB;

    /* choose destination signal for highest priority interrupt */
    - if (flags & QE_IC_HIGH_SIGNAL) {
    + if (flags & QE_IC_HIGH_SIGNAL)
    temp |= (SIGNAL_HIGH << CICR_HPIT_SHIFT);
    - high_active = 1;
    - }

    qe_ic_write(qe_ic->regs, QEIC_CICR, temp);

    --
    2.23.0
    \
     
     \ /
      Last update: 2019-10-25 14:42    [W:4.436 / U:0.316 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site