Commit 8e330c58 authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman

staging: wilc1000: linux_wlan.c: removes unnecessary log messages

This patch removes unnecessary log messages.
Signed-off-by: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b92f9304
...@@ -226,7 +226,6 @@ static void deinit_irq(struct net_device *dev) ...@@ -226,7 +226,6 @@ static void deinit_irq(struct net_device *dev)
void wilc_dbg(u8 *buff) void wilc_dbg(u8 *buff)
{ {
PRINT_D(INIT_DBG, "%d\n", *buff);
} }
int wilc_lock_timeout(struct wilc *nic, void *vp, u32 timeout) int wilc_lock_timeout(struct wilc *nic, void *vp, u32 timeout)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment