staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbg
authorCatalina Mocanu <catalina.mocanu@gmail.com>
Mon, 22 Sep 2014 22:14:18 +0000 (15:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 03:29:56 +0000 (20:29 -0700)
commit8f3a2e04e3f763092e04a66fc7b57adf838920b5
treebb98af29c9c48fff54ed124d21091d14dde90b84
parent666e9084c073badd813d90ade694f12a5a104b07
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 <catalina.mocanu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c