From: Kristina Martšenko Date: Fri, 14 Mar 2014 23:10:05 +0000 (+0200) Subject: staging: gdm72xx: replace printk() and debug macros with dynamic debugging X-Git-Tag: v3.15-rc1~139^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8943a92fc257c439ffe55fb0f9896be57c58c56b;p=pandora-kernel.git staging: gdm72xx: replace printk() and debug macros with dynamic debugging Replace printk(KERN_DEBUG ...) with netdev_dbg and dev_dbg. Remove debug macros which become unnecessary. This removes the following types of checkpatch warnings from the driver: drivers/staging/gdm72xx/gdm_sdio.c:461: WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... Signed-off-by: Kristina Martšenko Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed