mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* sunxi-6.0: initial state: add megous patches to series * sunxi-6.0: Switch to v6.0.1 * wifi: Limit the version 6.0 for Realtek 88x2cs chipsets * Adjust kernel configs * Remove not needed patches * Adjust broken patches Co-authored-by: Igor <igor@armbian.com>
29 lines
710 B
Diff
29 lines
710 B
Diff
From 26671412807ffdc123c920955bfa8f8728872b8d Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Wed, 27 Oct 2021 17:22:51 +0200
|
|
Subject: [PATCH 048/486] media: gc2145: Disable debug output
|
|
|
|
People don't like it. Hmm...
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
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 4e1500297..a8c0bce21 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.35.3
|
|
|