diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-02 15:02:01 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-22 19:55:06 -0400 |
commit | 7d16b658bd093e75a9f72a69e2dafd2b154c4395 (patch) | |
tree | a22437b255797e45befccb595caedd438b35865a /drivers/pcmcia/m32r_pcc.c | |
parent | 2bccc2a89012173f48a690caea7d9e4b3e950db9 (diff) |
pcmcia: don't add extra DEBUG cflag
Use CONFIG_PCMCIA_DEBUG instead of DEBUG so that dev_dbg() and other tricks
work properly.
(includes bugfixes from and
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
)
Signed-off-by: Dominik Broodwski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia/m32r_pcc.c')
-rw-r--r-- | drivers/pcmcia/m32r_pcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c index 2b42b7155e34..2f108c23dbd9 100644 --- a/drivers/pcmcia/m32r_pcc.c +++ b/drivers/pcmcia/m32r_pcc.c | |||
@@ -45,7 +45,7 @@ | |||
45 | 45 | ||
46 | #define PCC_DEBUG_DBEX | 46 | #define PCC_DEBUG_DBEX |
47 | 47 | ||
48 | #ifdef DEBUG | 48 | #ifdef CONFIG_PCMCIA_DEBUG |
49 | static int m32r_pcc_debug; | 49 | static int m32r_pcc_debug; |
50 | module_param(m32r_pcc_debug, int, 0644); | 50 | module_param(m32r_pcc_debug, int, 0644); |
51 | #define debug(lvl, fmt, arg...) do { \ | 51 | #define debug(lvl, fmt, arg...) do { \ |
@@ -460,7 +460,7 @@ static int _pcc_set_socket(u_short sock, socket_state_t *state) | |||
460 | 460 | ||
461 | pcc_set(sock,PCCSIGCR,reg); | 461 | pcc_set(sock,PCCSIGCR,reg); |
462 | 462 | ||
463 | #ifdef DEBUG | 463 | #ifdef CONFIG_PCMCIA_DEBUG |
464 | if(state->flags & SS_IOCARD){ | 464 | if(state->flags & SS_IOCARD){ |
465 | debug(3, ":IOCARD"); | 465 | debug(3, ":IOCARD"); |
466 | } | 466 | } |