1
0
Fork 0

ps3_gelic_wireless: Remove superfluous debug info

Signed-off-by: John W. Linville <linville@tuxdriver.com>
hifive-unleashed-5.1
Hamish Guthrie 2010-02-01 17:42:38 +01:00 committed by John W. Linville
parent 3c384053ce
commit e389900ed3
1 changed files with 1 additions and 2 deletions

View File

@ -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;