Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1fc8b8e5
Commit
1fc8b8e5
authored
Sep 15, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: turn off debugging on the new sis i2c bus drivers.
Forgot to do this before...
parent
38d0c92c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/i2c/busses/i2c-sis5595.c
drivers/i2c/busses/i2c-sis5595.c
+1
-1
drivers/i2c/busses/i2c-sis630.c
drivers/i2c/busses/i2c-sis630.c
+1
-1
No files found.
drivers/i2c/busses/i2c-sis5595.c
View file @
1fc8b8e5
...
...
@@ -55,7 +55,7 @@
* Add adapter resets
*/
#define DEBUG
/* #define DEBUG 1 */
#include <linux/kernel.h>
#include <linux/module.h>
...
...
drivers/i2c/busses/i2c-sis630.c
View file @
1fc8b8e5
...
...
@@ -48,7 +48,7 @@
Note: we assume there can only be one device, with one SMBus interface.
*/
#define DEBUG
/* #define DEBUG 1 */
#include <linux/kernel.h>
#include <linux/module.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment