From 8943a92fc257c439ffe55fb0f9896be57c58c56b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristina=20Mart=C5=A1enko?= Date: Sat, 15 Mar 2014 01:10:05 +0200 Subject: [PATCH] staging: gdm72xx: replace printk() and debug macros with dynamic debugging MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed