aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Li <[email protected]>2022-05-17 01:33:17 +0100
committerMauro Carvalho Chehab <[email protected]>2022-06-20 10:30:31 +0100
commitf4334c51b1df7182ef68f8aa1c3adfecb6219d73 (patch)
tree7d73ab50cb4afcbf2e2d4bbbe4cd7a60799ce7d5
parent97185c4585678af316873d4e9725af9dc3796d9e (diff)
media: atmel: atmel-isc-base: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/media/platform/atmel/atmel-isc-base.c:1469:2-3: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/platform/atmel/atmel-isc-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/atmel/atmel-isc-base.c b/drivers/media/platform/atmel/atmel-isc-base.c
index 2f07a50035c8..88308bb9c079 100644
--- a/drivers/media/platform/atmel/atmel-isc-base.c
+++ b/drivers/media/platform/atmel/atmel-isc-base.c
@@ -1466,7 +1466,7 @@ static void isc_awb_work(struct work_struct *w)
if (isc->stop) {
mutex_unlock(&isc->awb_mutex);
return;
- };
+ }
isc_update_profile(isc);