提交 c6c97bda 编写于 作者: J John W. Linville

ps3_gelic_wireless: fix format warning

Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 d3a57197
......@@ -1449,7 +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=%d\n", __func__,
pr_debug("%s: <- always=%d essid_len=%z\n", __func__,
always_scan, essid_len);
if (mutex_lock_interruptible(&wl->scan_lock))
return -ERESTARTSYS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册