lkml.org 
[lkml]   [2019]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ata: libahci_platform: remove redundant dev_err message
    Date
    devm_ioremap_resource already contains error message, so remove
    the redundant dev_err message

    Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
    ---
    drivers/ata/libahci_platform.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/ata/libahci_platform.c b/drivers/ata/libahci_platform.c
    index 72312ad..3a36e76 100644
    --- a/drivers/ata/libahci_platform.c
    +++ b/drivers/ata/libahci_platform.c
    @@ -408,7 +408,6 @@ struct ahci_host_priv *ahci_platform_get_resources(struct platform_device *pdev,
    hpriv->mmio = devm_ioremap_resource(dev,
    platform_get_resource(pdev, IORESOURCE_MEM, 0));
    if (IS_ERR(hpriv->mmio)) {
    - dev_err(dev, "no mmio space\n");
    rc = PTR_ERR(hpriv->mmio);
    goto err_out;
    }
    --
    1.9.1


    \
     
     \ /
      Last update: 2019-07-16 11:55    [W:5.356 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site