summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/sllin/files/0001-Disable-sllin-driver-debug-log.patch
blob: 99d6183ab273ad5b01a0d0167a39da3b1a732241 (plain)
1

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.hig
From 04ffb4b8f828c19e914987e271aaf3aa7eab28bf Mon Sep 17 00:00:00 2001
From: Yuichi Kusakabe <yuichi.kusakabe@denso-ten.com>
Date: Thu, 29 Nov 2018 22:12:00 +0900
Subject: [PATCH] Disable sllin driver debug log

Signed-off-by: Yuichi Kusakabe <yuichi.kusakabe@denso-ten.com>
---
 sllin/sllin.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sllin/sllin.c b/sllin/sllin.c
index 77b2cb8..133d6e9 100644
--- a/sllin/sllin.c
+++ b/sllin/sllin.c
@@ -41,7 +41,9 @@
  * Funded by:  Volkswagen Group Research
  */
 
+#if 0
 #define DEBUG			1 /* Enables pr_debug() printouts */
+#endif
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.7.4