From: Catalina Mocanu Date: Mon, 22 Sep 2014 22:14:18 +0000 (-0700) Subject: staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbg X-Git-Tag: fixes-for-v3.18-merge-window~15^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3a2e04e3f763092e04a66fc7b57adf838920b5;p=pandora-kernel.git 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-diff-tree failed