Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141099
b: refs/heads/master
c: e5bac59
h: refs/heads/master
i:
  141097: 0e5deed
  141095: f6fcd7f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent ebbb091 commit d7bf73b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e52011e4761938632a926e8518834a8f66918f26
refs/heads/master: e5bac59803550c490f292391f7877107fd24107a
7 changes: 1 addition & 6 deletions trunk/drivers/staging/slicoss/slicdbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@
#ifndef _SLIC_DEBUG_H_
#define _SLIC_DEBUG_H_

#ifdef SLIC_DEFAULT_LOG_LEVEL
#else
#define SLICLEVEL KERN_DEBUG
#endif
#define SLIC_DISPLAY printk
#define DBG_ERROR(n, args...) SLIC_DISPLAY(KERN_EMERG n, ##args)
#define DBG_ERROR(n, args...) printk(KERN_EMERG n, ##args)

#ifdef ASSERT
#undef ASSERT
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4042,7 +4042,8 @@ static int __init slic_module_init(void)
slic_init_driver();

if (debug >= 0 && slic_debug != debug)
printk(SLICLEVEL "slicoss: debug level is %d.\n", debug);
printk(KERN_DEBUG KBUILD_MODNAME ": debug level is %d.\n",
debug);
if (debug >= 0)
slic_debug = debug;

Expand Down

0 comments on commit d7bf73b

Please sign in to comment.