Commit 1fc8b8e5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] I2C: turn off debugging on the new sis i2c bus drivers.

Forgot to do this before...
parent 38d0c92c
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
* Add adapter resets * Add adapter resets
*/ */
#define DEBUG /* #define DEBUG 1 */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
Note: we assume there can only be one device, with one SMBus interface. Note: we assume there can only be one device, with one SMBus interface.
*/ */
#define DEBUG /* #define DEBUG 1 */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment