libertas: add missing newline on debug message
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
823eaa2cc2
Коммит
88ae2915cc
|
@ -219,7 +219,7 @@ static int assoc_helper_channel(struct lbs_private *priv,
|
|||
lbs_deb_assoc("ASSOC: channel: error getting channel.");
|
||||
|
||||
if (assoc_req->channel != priv->curbssparams.channel) {
|
||||
lbs_deb_assoc("ASSOC: channel: failed to update channel to %d",
|
||||
lbs_deb_assoc("ASSOC: channel: failed to update channel to %d\n",
|
||||
assoc_req->channel);
|
||||
goto done;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче