linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] driver/media/i2c:fix unneeded semicolon
@ 2021-03-18 13:37 ChunyouTang
  0 siblings, 0 replies; only message in thread
From: ChunyouTang @ 2021-03-18 13:37 UTC (permalink / raw)
  To: dongchun.zhu, mchehab; +Cc: linux-media, linux-kernel, tangchunyou

From: tangchunyou <tangchunyou@yulong.com>

delete unneeded semicolon

Signed-off-by: tangchunyou <tangchunyou@yulong.com>
---
 drivers/media/i2c/ov02a10.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/ov02a10.c b/drivers/media/i2c/ov02a10.c
index 60b4bc6..c47b1d4 100644
--- a/drivers/media/i2c/ov02a10.c
+++ b/drivers/media/i2c/ov02a10.c
@@ -700,7 +700,7 @@ static int ov02a10_set_ctrl(struct v4l2_ctrl *ctrl)
 	default:
 		ret = -EINVAL;
 		break;
-	};
+	}
 
 	pm_runtime_put(&client->dev);
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-18 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 13:37 [PATCH] driver/media/i2c:fix unneeded semicolon ChunyouTang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).