Commit e389900e authored by Hamish Guthrie's avatar Hamish Guthrie Committed by John W. Linville

ps3_gelic_wireless: Remove superfluous debug info

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3c384053
......@@ -1449,8 +1449,7 @@ static int gelic_wl_start_scan(struct gelic_wl_info *wl, int always_scan,
void *buf = NULL;
size_t len;
pr_debug("%s: <- always=%d essid_len=%z\n", __func__,
always_scan, essid_len);
pr_debug("%s: <- always=%d\n", __func__, always_scan);
if (mutex_lock_interruptible(&wl->scan_lock))
return -ERESTARTSYS;
......
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