mirror of
https://github.com/armbian/build.git
synced 2025-08-14 23:26:57 +02:00
* The initial state of a series of patches for sunxi-5.17 tag orange-pi-5.17-20220323-1423 * DEBUG for sunxi-5.17 * Add Armbian patches to 5.17 * Fix duplicate nodes for sun50i-h5-orangepi-pc2 * Fix reg_ahci_5v to status okay for bananapro board * Remove an unused patch for an unsupported sun50i-h6-tanix-tx6 board
29 lines
721 B
Diff
29 lines
721 B
Diff
From 637fc72054cd996b66afbeb4f85821f1933d2d3c 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 056/456] media: i2c: 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 979427918800..de24ee04be84 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.1
|
|
|