mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add 5.14 patches for RPI
This commit is contained in:
parent
030f2f4fd1
commit
5c593832cc
550 changed files with 224556 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
From b7b92bfd8b341334273c66cbbdb8efbe9a095968 Mon Sep 17 00:00:00 2001
|
||||
From: Jacko Dirks <jdirks.linuxdev@gmail.com>
|
||||
Date: Tue, 5 May 2020 14:28:14 +0200
|
||||
Subject: [PATCH 212/552] media: i2c: tc358743: Fix fallthrough warning
|
||||
|
||||
Signed-off-by: Jacko Dirks <jdirks.linuxdev@gmail.com>
|
||||
---
|
||||
drivers/media/i2c/tc358743.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c
|
||||
index 69f2d676448e..2985dd9e46cd 100644
|
||||
--- a/drivers/media/i2c/tc358743.c
|
||||
+++ b/drivers/media/i2c/tc358743.c
|
||||
@@ -2006,6 +2006,7 @@ static int tc358743_probe_of(struct tc358743_state *state)
|
||||
switch (bps_pr_lane) {
|
||||
default:
|
||||
dev_warn(dev, "untested bps per lane: %u bps\n", bps_pr_lane);
|
||||
+ /* fall through */
|
||||
case 594000000U:
|
||||
state->pdata.lineinitcnt = 0xe80;
|
||||
state->pdata.lptxtimecnt = 0x003;
|
||||
--
|
||||
2.33.0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue