From: Colin Ian King <[email protected]>

The debug is being printed using DEBUGP which prepends the string
with and so the KERN_INFO text should not be included.  Also remove the
MODULE_NAME to keep this consistent with other DEBUGP debug messages.

Signed-off-by: Colin Ian King <[email protected]>
---
 drivers/char/pcmcia/cm4040_cs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/pcmcia/cm4040_cs.c b/drivers/char/pcmcia/cm4040_cs.c
index fc061f7..4a606f1 100644
--- a/drivers/char/pcmcia/cm4040_cs.c
+++ b/drivers/char/pcmcia/cm4040_cs.c
@@ -506,7 +506,7 @@ static void cm4040_reader_release(struct pcmcia_device 
*link)
 
        DEBUGP(3, dev, "-> cm4040_reader_release\n");
        while (link->open) {
-               DEBUGP(3, dev, KERN_INFO MODULE_NAME ": delaying release "
+               DEBUGP(3, dev, "delaying release "
                       "until process has terminated\n");
                wait_event(dev->devq, (link->open == 0));
        }
-- 
2.8.1

Reply via email to