[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210306134225.1659307-1-Julia.Lawall@inria.fr>
Date: Sat, 6 Mar 2021 14:42:25 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: kernel-janitors@...r.kernel.org, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] media: flexcop-usb: delete unneeded return
No need for a return after a break;
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
drivers/media/usb/b2c2/flexcop-usb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/usb/b2c2/flexcop-usb.c b/drivers/media/usb/b2c2/flexcop-usb.c
index e731243267e4..01d22834f4ac 100644
--- a/drivers/media/usb/b2c2/flexcop-usb.c
+++ b/drivers/media/usb/b2c2/flexcop-usb.c
@@ -195,7 +195,6 @@ static int flexcop_usb_memory_req(struct flexcop_usb *fc_usb,
break;
default:
return -EINVAL;
- break;
}
for (i = 0; i < len;) {
pagechunk =
Powered by blists - more mailing lists