summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2025-11-28 16:21:04 +0000
committerChristian Marangi2025-12-10 23:57:57 +0000
commit65a60d2fa7c0fc5d5fae26b49ffa3e1ac965d0f0 (patch)
treef3e2223e2c1459e54156da5133c9a792d71e862c
parent8117f30f6f8e816e0193a96bc97c126a887dd16b (diff)
downloadopenwrt-65a60d2fa7c0fc5d5fae26b49ffa3e1ac965d0f0.tar.gz
bcm27xx: fix patch wrong CRLF line-ending
Use Unix LF style instead of Windows CRLF style. Fixes: 738876e76bb2 ("kernel: bump 6.12 to 6.12.58") Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20973 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 86bd55c4fd0f3ffe6bf7df672b051900352af3ad)
-rw-r--r--target/linux/bcm27xx/patches-6.12/950-0410-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/bcm27xx/patches-6.12/950-0410-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch b/target/linux/bcm27xx/patches-6.12/950-0410-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch
index d67112a069..1ec30edc79 100644
--- a/target/linux/bcm27xx/patches-6.12/950-0410-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch
+++ b/target/linux/bcm27xx/patches-6.12/950-0410-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch
@@ -1,14 +1,14 @@
-From 954129f16c200e41a00ebebe2e22efc01b243538 Mon Sep 17 00:00:00 2001
-From: Dom Cobley <popcornmix@gmail.com>
-Date: Fri, 14 Nov 2025 14:08:18 +0000
-Subject: [PATCH] Revert "Revert "media: i2c: adv7180: Add support for
- V4L2_CID_LINK_FREQ""
-
-This reverts commit 00ecb85c58501f8f7ae75fcb069bbbad5542e853.
----
- drivers/media/i2c/adv7180.c | 39 +++++++++++++++++++++++++++++++++++--
- 1 file changed, 37 insertions(+), 2 deletions(-)
-
+From 954129f16c200e41a00ebebe2e22efc01b243538 Mon Sep 17 00:00:00 2001
+From: Dom Cobley <popcornmix@gmail.com>
+Date: Fri, 14 Nov 2025 14:08:18 +0000
+Subject: [PATCH] Revert "Revert "media: i2c: adv7180: Add support for
+ V4L2_CID_LINK_FREQ""
+
+This reverts commit 00ecb85c58501f8f7ae75fcb069bbbad5542e853.
+---
+ drivers/media/i2c/adv7180.c | 39 +++++++++++++++++++++++++++++++++++--
+ 1 file changed, 37 insertions(+), 2 deletions(-)
+
--- a/drivers/media/i2c/adv7180.c
+++ b/drivers/media/i2c/adv7180.c
@@ -189,6 +189,16 @@