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
Kirill Smelkov
linux
Commits
478dafdd
Commit
478dafdd
authored
Feb 25, 2003
by
Muli Ben-Yehuda
Committed by
Linus Torvalds
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] trident 3/3 use pr_debug instead of TRDBG
use the standard pr_debug macro instead of TRDBG
parent
6b2aeaaf
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
57 deletions
+47
-57
sound/oss/trident.c
sound/oss/trident.c
+47
-45
sound/oss/trident.h
sound/oss/trident.h
+0
-12
No files found.
sound/oss/trident.c
View file @
478dafdd
This diff is collapsed.
Click to expand it.
sound/oss/trident.h
View file @
478dafdd
...
...
@@ -360,16 +360,4 @@ static inline unsigned ld2(unsigned int x)
return
r
;
}
#ifdef DEBUG
#define TRDBG(msg, args...) do { \
printk(KERN_DEBUG msg , ##args ); \
} while (0)
#else
/* !defined(DEBUG) */
#define TRDBG(msg, args...) do { } while (0)
#endif
/* DEBUG */
#endif
/* __TRID4DWAVE_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