Skip to content

Commit

Permalink
media: flexcop-usb: delete unneeded return
Browse files Browse the repository at this point in the history
No need for a return after a break;

Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
JuliaLawall authored and mchehab committed Mar 22, 2021
1 parent 1b0b433 commit 41c991b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/usb/b2c2/flexcop-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 41c991b

Please sign in to comment.