Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98941
b: refs/heads/master
c: 8152242
h: refs/heads/master
i:
  98939: 2d29d48
v: v3
  • Loading branch information
Larry Finger authored and Dominik Brodowski committed Jul 13, 2008
1 parent e3f4b60 commit 6e20ded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: feda4f2c190f4efc101857935db0917ff3e4e23d
refs/heads/master: 815224293e5aa4c7dc1638807889e345f385b38d
8 changes: 4 additions & 4 deletions trunk/drivers/ide/legacy/ide-cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ MODULE_LICENSE("Dual MPL/GPL");

#define INT_MODULE_PARM(n, v) static int n = v; module_param(n, int, 0)

#ifdef PCMCIA_DEBUG
INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
#ifdef CONFIG_PCMCIA_DEBUG
INT_MODULE_PARM(pc_debug, 0);
#define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
static char *version =
"ide-cs.c 1.3 2002/10/26 05:45:31 (David Hinds)";
/*static char *version =
"ide-cs.c 1.3 2002/10/26 05:45:31 (David Hinds)";*/
#else
#define DEBUG(n, args...)
#endif
Expand Down

0 comments on commit 6e20ded

Please sign in to comment.