[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200227150701.15652-1-tangbin@cmss.chinamobile.com>
Date: Thu, 27 Feb 2020 23:07:01 +0800
From: tangbin <tangbin@...s.chinamobile.com>
To: jun.nie@...aro.org
Cc: shawnguo@...nel.org, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com,
linux-arm-kernel@...ts.infradead.org, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org,
tangbin <tangbin@...s.chinamobile.com>
Subject: [PATCH] zte:zx-spdif:remove redundant dev_err message
devm_ioremap_resource has already contains error message, so remove
the redundant dev_err message
Signed-off-by: tangbin <tangbin@...s.chinamobile.com>
---
sound/soc/zte/zx-spdif.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/zte/zx-spdif.c b/sound/soc/zte/zx-spdif.c
index 60382ec23..a3a07c073 100644
--- a/sound/soc/zte/zx-spdif.c
+++ b/sound/soc/zte/zx-spdif.c
@@ -322,7 +322,6 @@ static int zx_spdif_probe(struct platform_device *pdev)
zx_spdif->mapbase = res->start;
zx_spdif->reg_base = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(zx_spdif->reg_base)) {
- dev_err(&pdev->dev, "ioremap failed!\n");
return PTR_ERR(zx_spdif->reg_base);
}
--
2.20.1.windows.1
Powered by blists - more mailing lists