All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] media: exynos4-is: Fix unused variable warning
@ 2021-05-12  3:36 ` Pu Lehui
  0 siblings, 0 replies; 2+ messages in thread
From: Pu Lehui @ 2021-05-12  3:36 UTC (permalink / raw
  To: s.nawrocki, mchehab, krzysztof.kozlowski
  Cc: linux-media, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	pulehui

GCC reports the following warning with W=1:

drivers/media/platform/exynos4-is/media-dev.c:1284:6: warning:
 unused variable ‘ret’ [-Wunused-variable]
 1284 |  int ret;
      |      ^~~

This variable is not used in function , this commit
remove it to fix the warning.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
---
 drivers/media/platform/exynos4-is/media-dev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/exynos4-is/media-dev.c b/drivers/media/platform/exynos4-is/media-dev.c
index e025178db06c..3b8a24bb724c 100644
--- a/drivers/media/platform/exynos4-is/media-dev.c
+++ b/drivers/media/platform/exynos4-is/media-dev.c
@@ -1284,7 +1284,6 @@ static DEVICE_ATTR(subdev_conf_mode, S_IWUSR | S_IRUGO,
 static int cam_clk_prepare(struct clk_hw *hw)
 {
 	struct cam_clk *camclk = to_cam_clk(hw);
-	int ret;
 
 	if (camclk->fmd->pmf == NULL)
 		return -ENODEV;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH -next] media: exynos4-is: Fix unused variable warning
@ 2021-05-12  3:36 ` Pu Lehui
  0 siblings, 0 replies; 2+ messages in thread
From: Pu Lehui @ 2021-05-12  3:36 UTC (permalink / raw
  To: s.nawrocki, mchehab, krzysztof.kozlowski
  Cc: linux-media, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	pulehui

GCC reports the following warning with W=1:

drivers/media/platform/exynos4-is/media-dev.c:1284:6: warning:
 unused variable ‘ret’ [-Wunused-variable]
 1284 |  int ret;
      |      ^~~

This variable is not used in function , this commit
remove it to fix the warning.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
---
 drivers/media/platform/exynos4-is/media-dev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/exynos4-is/media-dev.c b/drivers/media/platform/exynos4-is/media-dev.c
index e025178db06c..3b8a24bb724c 100644
--- a/drivers/media/platform/exynos4-is/media-dev.c
+++ b/drivers/media/platform/exynos4-is/media-dev.c
@@ -1284,7 +1284,6 @@ static DEVICE_ATTR(subdev_conf_mode, S_IWUSR | S_IRUGO,
 static int cam_clk_prepare(struct clk_hw *hw)
 {
 	struct cam_clk *camclk = to_cam_clk(hw);
-	int ret;
 
 	if (camclk->fmd->pmf == NULL)
 		return -ENODEV;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-12  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-12  3:36 [PATCH -next] media: exynos4-is: Fix unused variable warning Pu Lehui
2021-05-12  3:36 ` Pu Lehui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.