From: Chris Park <[email protected]> This patch removes unnecessary log messages.
Signed-off-by: Chris Park <[email protected]> Signed-off-by: Leo Kim <[email protected]> --- drivers/staging/wilc1000/linux_wlan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index a731b46..660bf63 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -226,7 +226,6 @@ static void deinit_irq(struct net_device *dev) void wilc_dbg(u8 *buff) { - PRINT_D(INIT_DBG, "%d\n", *buff); } int wilc_lock_timeout(struct wilc *nic, void *vp, u32 timeout) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
