Commit 604ba491 authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville

[PATCH] libertas: a debug output was missing a newline

Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent eb3ce631
......@@ -993,7 +993,7 @@ wlan_private *wlan_add_card(void *card)
goto err_init_fw;
}
lbs_pr_info("%s: Marvell Wlan 802.11 adapter ", dev->name);
lbs_pr_info("%s: Marvell Wlan 802.11 adapter\n", dev->name);
libertas_debugfs_init_one(priv, dev);
......
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