mirror of
https://github.com/armbian/build.git
synced 2025-08-12 06:06:58 +02:00
* Rework patches for sunxi 5.15.4 * Rework patches sunxi for 5.15.5 * Kernel switch tag=v5.15.5 for sunxi EDGE * Temporarily disabled, requires rework. drivers/clk/sunxi-ng/sun8i-de33.c: In function ‘sunxi_de33_clk_probe’: drivers/clk/sunxi-ng/sun8i-de33.c:155:8: error: implicit declaration of function ‘sunxi_ccu_probe’; did you mean ‘of_sunxi_ccu_probe’? [-Werror=implicit-function-declarati> ret = sunxi_ccu_probe(pdev->dev.of_node, reg, ccu_desc); ^~~~~~~~~~~~~~~ of_sunxi_ccu_probe cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: drivers/clk/sunxi-ng/sun8i-de33.o] Error 1 make[2]: *** [scripts/Makefile.build:540: drivers/clk/sunxi-ng] Error 2 * Correct the comment.
29 lines
708 B
Diff
29 lines
708 B
Diff
From 250498719eb3ec576aa33ee230d15125b6a6deb6 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Wed, 27 Oct 2021 17:22:51 +0200
|
|
Subject: [PATCH 163/467] media: i2c: gc2145: Disable debug output
|
|
|
|
People don't like it. Hmm...
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
drivers/media/i2c/gc2145.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/media/i2c/gc2145.c b/drivers/media/i2c/gc2145.c
|
|
index 979427918..de24ee04b 100644
|
|
--- a/drivers/media/i2c/gc2145.c
|
|
+++ b/drivers/media/i2c/gc2145.c
|
|
@@ -8,7 +8,7 @@
|
|
* (at your option) any later version.
|
|
*/
|
|
|
|
-#define DEBUG
|
|
+//#define DEBUG
|
|
|
|
#include <asm/div64.h>
|
|
#include <linux/clk.h>
|
|
--
|
|
2.34.0
|
|
|