summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx/gdm_wimax.h
diff options
context:
space:
mode:
authorKristina Martšenko <kristina.martsenko@gmail.com>2014-03-14 23:10:05 (GMT)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>2014-03-17 02:53:58 (GMT)
commit8943a92fc257c439ffe55fb0f9896be57c58c56b (patch)
treeb6685bd14b534665cf9b4df6d71730c7f0f7dfc0 /drivers/staging/gdm72xx/gdm_wimax.h
parent4db02435652dad3233d347c0ba6d9dece8ff791a (diff)
downloadlinux-8943a92fc257c439ffe55fb0f9896be57c58c56b.tar.xz
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 <kristina.martsenko@gmail.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Diffstat (limited to 'drivers/staging/gdm72xx/gdm_wimax.h')
-rw-r--r--drivers/staging/gdm72xx/gdm_wimax.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/gdm72xx/gdm_wimax.h b/drivers/staging/gdm72xx/gdm_wimax.h
index 7b603f8..1fcfc85 100644
--- a/drivers/staging/gdm72xx/gdm_wimax.h
+++ b/drivers/staging/gdm72xx/gdm_wimax.h
@@ -62,10 +62,6 @@ struct nic {
};
-/*#define DEBUG_SDU */
-
-/*#define DEBUG_HCI */
-
/*#define LOOPBACK_TEST */
extern int register_wimax_device(struct phy_dev *phy_dev, struct device *pdev);