lkml.org 
[lkml]   [2023]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 05/11] ata: sata_rcar: drop useless initializer
    Date
    There is no need to initialize the variable ret, let's drop it.

    Signed-off-by: Yangtao Li <frank.li@vivo.com>
    ---
    drivers/ata/sata_rcar.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c
    index 34790f15c1b8..f299b41ab3e6 100644
    --- a/drivers/ata/sata_rcar.c
    +++ b/drivers/ata/sata_rcar.c
    @@ -862,8 +862,7 @@ static int sata_rcar_probe(struct platform_device *pdev)
    struct ata_host *host;
    struct sata_rcar_priv *priv;
    struct resource *mem;
    - int irq;
    - int ret = 0;
    + int irq, ret;

    irq = platform_get_irq(pdev, 0);
    if (irq < 0)
    --
    2.39.0
    \
     
     \ /
      Last update: 2023-07-07 11:57    [W:3.931 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site