|
@@ -1449,7 +1449,7 @@ static int gelic_wl_start_scan(struct gelic_wl_info *wl, int always_scan,
|
|
void *buf = NULL;
|
|
void *buf = NULL;
|
|
size_t len;
|
|
size_t len;
|
|
|
|
|
|
- pr_debug("%s: <- always=%d essid_len=%d\n", __func__,
|
|
|
|
|
|
+ pr_debug("%s: <- always=%d essid_len=%z\n", __func__,
|
|
always_scan, essid_len);
|
|
always_scan, essid_len);
|
|
if (mutex_lock_interruptible(&wl->scan_lock))
|
|
if (mutex_lock_interruptible(&wl->scan_lock))
|
|
return -ERESTARTSYS;
|
|
return -ERESTARTSYS;
|