summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-05-17 01:33:17 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-06-20 10:30:31 +0100
commitf4334c51b1df7182ef68f8aa1c3adfecb6219d73 (patch)
tree7d73ab50cb4afcbf2e2d4bbbe4cd7a60799ce7d5 /drivers/media/platform/atmel
parent97185c4585678af316873d4e9725af9dc3796d9e (diff)
downloadlinux-f4334c51b1df7182ef68f8aa1c3adfecb6219d73.tar.bz2
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 <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/atmel')
-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);