commit | 8f3a2e04e3f763092e04a66fc7b57adf838920b5 | [log] [tgz] |
---|---|---|
author | Catalina Mocanu <catalina.mocanu@gmail.com> | Mon Sep 22 15:14:18 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 20:29:56 2014 -0700 |
tree | bb98af29c9c48fff54ed124d21091d14dde90b84 | |
parent | 666e9084c073badd813d90ade694f12a5a104b07 [diff] |
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>