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
4f336ee7
Commit
4f336ee7
authored
Jun 10, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[driver model] Turn off debugging by defualt for device iterations.
parent
f869b87c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/base/power.c
drivers/base/power.c
+1
-1
drivers/base/sys.c
drivers/base/sys.c
+1
-1
No files found.
drivers/base/power.c
View file @
4f336ee7
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
*
*
*/
*/
#
define
DEBUG
#
undef
DEBUG
#include <linux/device.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/module.h>
...
...
drivers/base/sys.c
View file @
4f336ee7
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* add themselves as children of the system bus.
* add themselves as children of the system bus.
*/
*/
#
define
DEBUG
#
undef
DEBUG
#include <linux/sysdev.h>
#include <linux/sysdev.h>
#include <linux/err.h>
#include <linux/err.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