Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88ae2915 authored by David Woodhouse's avatar David Woodhouse Committed by David S. Miller
Browse files

libertas: add missing newline on debug message

parent 823eaa2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}