diff options
Diffstat (limited to 'drivers/pcmcia/m32r_cfc.c')
-rw-r--r-- | drivers/pcmcia/m32r_cfc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/m32r_cfc.c b/drivers/pcmcia/m32r_cfc.c index 3616da227152..2ab4f22c21de 100644 --- a/drivers/pcmcia/m32r_cfc.c +++ b/drivers/pcmcia/m32r_cfc.c | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | #include "m32r_cfc.h" | 39 | #include "m32r_cfc.h" |
40 | 40 | ||
41 | #ifdef DEBUG | 41 | #ifdef CONFIG_PCMCIA_DEBUG |
42 | static int m32r_cfc_debug; | 42 | static int m32r_cfc_debug; |
43 | module_param(m32r_cfc_debug, int, 0644); | 43 | module_param(m32r_cfc_debug, int, 0644); |
44 | #define debug(lvl, fmt, arg...) do { \ | 44 | #define debug(lvl, fmt, arg...) do { \ |
@@ -505,7 +505,7 @@ static int _pcc_set_socket(u_short sock, socket_state_t *state) | |||
505 | pcc_set(sock,(unsigned int)PLD_CFBUFCR,1); | 505 | pcc_set(sock,(unsigned int)PLD_CFBUFCR,1); |
506 | } | 506 | } |
507 | 507 | ||
508 | #ifdef DEBUG | 508 | #ifdef CONFIG_PCMCIA_DEBUG |
509 | if(state->flags & SS_IOCARD){ | 509 | if(state->flags & SS_IOCARD){ |
510 | debug(3, ":IOCARD"); | 510 | debug(3, ":IOCARD"); |
511 | } | 511 | } |