提交 c7515bd0 编写于 作者: J Jacko Dirks 提交者: Zheng Zengkai

media: i2c: tc358743: Fix fallthrough warning

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------
Signed-off-by: NJacko Dirks <jdirks.linuxdev@gmail.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 52959175
...@@ -2005,6 +2005,7 @@ static int tc358743_probe_of(struct tc358743_state *state) ...@@ -2005,6 +2005,7 @@ static int tc358743_probe_of(struct tc358743_state *state)
switch (bps_pr_lane) { switch (bps_pr_lane) {
default: default:
dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane); dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane);
/* fall through */
case 594000000U: case 594000000U:
state->pdata.lineinitcnt = 0xe80; state->pdata.lineinitcnt = 0xe80;
state->pdata.lptxtimecnt = 0x003; state->pdata.lptxtimecnt = 0x003;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册