projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6760a7b
)
do not print i2c debug information
author
kfx
<kfx@rock-chips.com>
Tue, 7 Dec 2010 02:14:04 +0000
(10:14 +0800)
committer
kfx
<kfx@rock-chips.com>
Tue, 7 Dec 2010 02:14:04 +0000
(10:14 +0800)
drivers/i2c/busses/i2c-rk29.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-rk29.c
b/drivers/i2c/busses/i2c-rk29.c
index b1916ec06c91f6a890e6543aa5875eac0467c709..45f4afb0e1fe28aa70f6b5762d8e2f8bc960f203 100755
(executable)
--- a/
drivers/i2c/busses/i2c-rk29.c
+++ b/
drivers/i2c/busses/i2c-rk29.c
@@
-35,7
+35,7
@@
#define RK2818_I2C_TIMEOUT (msecs_to_jiffies(500))
#define RK2818_DELAY_TIME 2
-#if
1
+#if
0
#define i2c_dbg(dev, format, arg...) \
dev_printk(KERN_INFO , dev , format , ## arg)
#else