[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c5314800-1b8b-b9cd-17e5-a1ffe633bb53@users.sourceforge.net>
Date: Fri, 8 Sep 2017 21:42:17 +0200
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: linux-media@...r.kernel.org,
Arvind Yadav <arvind.yadav.cs@...il.com>,
Bhumika Goyal <bhumirks@...il.com>,
Geliang Tang <geliangtang@...il.com>,
Hans Verkuil <hansverk@...co.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Prabhakar Lad <prabhakar.csengg@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org
Subject: [PATCH 1/3] [media] fsl-viu: Delete an error message for a failed
memory allocation in viu_of_probe()
From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Fri, 8 Sep 2017 21:03:22 +0200
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@...rs.sourceforge.net>
---
drivers/media/platform/fsl-viu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/fsl-viu.c
index fb43025df573..526f80649864 100644
--- a/drivers/media/platform/fsl-viu.c
+++ b/drivers/media/platform/fsl-viu.c
@@ -1433,5 +1433,4 @@ static int viu_of_probe(struct platform_device *op)
if (!viu_dev) {
- dev_err(&op->dev, "Can't allocate private structure\n");
ret = -ENOMEM;
goto err;
}
--
2.14.1
Powered by blists - more mailing lists