armbian_build/patch/kernel/archive/sunxi-5.19/patches.megous/media-gc2145-Disable-debug-output.patch
The-going 97c6e5e9dd
sunxi-5.19: Initial state for megous patches (#4048)
* sunxi-5.19: Initial state for megous patches

* Add the ability to do 5.19

* Move to 5.19

- tested both
- removed broken Opi Zero xradio driver https://armbian.atlassian.net/browse/AR-1280

* sunxi-5.19: fix tag for switch

* sunxi-5.19: Initial state for armbian patches

* sunxi-5.19: Add armbian patches to series.conf file

* sanxi-5.19: Add other 2 patches

* sunxi-5.19: Limit to use the 'wireless/xradio' module

Limit the kernel version to less than 5.19 to use
the 'wireless/xradio' module

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-08-05 21:23:49 +03:00

29 lines
710 B
Diff

From 85073c59e36622ef6fbd4bb6e449be101950e32d 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 049/417] 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