Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73665
b: refs/heads/master
c: ddd7361
h: refs/heads/master
i:
  73663: 7a4170a
v: v3
  • Loading branch information
Pascal Terjan authored and Linus Torvalds committed Nov 15, 2007
1 parent a604840 commit 1461b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 6fc48af82cef55546d640778698943b6227b7fb0
refs/heads/master: ddd73611b7bddbc0a9079f27a1471f635100aaab
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/cm4000_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/* #define ATR_CSUM */

#ifdef PCMCIA_DEBUG
#define reader_to_dev(x) (&handle_to_dev(x->p_dev->handle))
#define reader_to_dev(x) (&handle_to_dev(x->p_dev))
static int pc_debug = PCMCIA_DEBUG;
module_param(pc_debug, int, 0600);
#define DEBUGP(n, rdr, x, args...) do { \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/cm4040_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@


#ifdef PCMCIA_DEBUG
#define reader_to_dev(x) (&handle_to_dev(x->p_dev->handle))
#define reader_to_dev(x) (&handle_to_dev(x->p_dev))
static int pc_debug = PCMCIA_DEBUG;
module_param(pc_debug, int, 0600);
#define DEBUGP(n, rdr, x, args...) do { \
Expand Down

0 comments on commit 1461b46

Please sign in to comment.