lkml.org 
[lkml]   [2017]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 05/12] mtd: nand: denali: slight clean up of denali_wait_for_irq()
    Date
    This function has a local variable "irq_mask" and its value is
    the same as denali->irq_mask. Clean up the code a little.

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    ---

    Changes in v2: None

    drivers/mtd/nand/denali.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c
    index e7b25de..3cc56de 100644
    --- a/drivers/mtd/nand/denali.c
    +++ b/drivers/mtd/nand/denali.c
    @@ -191,7 +191,7 @@ static uint32_t denali_wait_for_irq(struct denali_nand_info *denali,
    msecs_to_jiffies(1000));
    if (!time_left) {
    dev_err(denali->dev, "timeout while waiting for irq 0x%x\n",
    - denali->irq_mask);
    + irq_mask);
    return 0;
    }

    --
    2.7.4
    \
     
     \ /
      Last update: 2017-09-22 05:50    [W:4.365 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site