From 8f3a2e04e3f763092e04a66fc7b57adf838920b5 Mon Sep 17 00:00:00 2001 From: Catalina Mocanu Date: Mon, 22 Sep 2014 15:14:18 -0700 Subject: [PATCH] staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbg This fixes the following checkpatch.pl warning: WARNING: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... Removing the macro also fixes: WARNING: macros should not use a trailing semicolon Signed-off-by: Catalina Mocanu Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed