Commit 41c991bd authored by Julia Lawall's avatar Julia Lawall Committed by Mauro Carvalho Chehab

media: flexcop-usb: delete unneeded return

No need for a return after a break;
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 1b0b433f
......@@ -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 =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment