OSDN Git Service

staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabled
authorOndrej Zary <linux@rainbow-software.org>
Thu, 30 Jun 2011 22:03:31 +0000 (00:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:32:30 +0000 (10:32 -0700)
Delete DEBUG statement that prevents compilation with FT_DEBUG enabled.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c

index eefaa65..798b92c 100644 (file)
@@ -266,8 +266,6 @@ static int ft1000_suspend(struct pcmcia_device *link)
 {
        struct net_device *dev = ((local_info_t *) link->priv)->dev;
 
-       DEBUG(1, "ft1000_cs: ft1000_event(0x%06x)\n", event);
-
        if (link->open)
                netif_device_detach(dev);
        return 0;