Skip to content

Commit 2e1ff9d

Browse files
Jacko Dirkspopcornmix
Jacko Dirks
authored andcommitted
media: i2c: tc358743: Fix fallthrough warning
Signed-off-by: Jacko Dirks <[email protected]>
1 parent ba647bc commit 2e1ff9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/i2c/tc358743.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,7 @@ static int tc358743_probe_of(struct tc358743_state *state)
20022002
switch (bps_pr_lane) {
20032003
default:
20042004
dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane);
2005+
/* fall through */
20052006
case 594000000U:
20062007
state->pdata.lineinitcnt = 0xe80;
20072008
state->pdata.lptxtimecnt = 0x003;

0 commit comments

Comments
 (0)