提交 e1ef436e 编写于 作者: O Ondrej Zary 提交者: Greg Kroah-Hartman

staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabled

Delete DEBUG statement that prevents compilation with FT_DEBUG enabled.
Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 01cafa52
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册