Commit 8b17d723 authored by Holger Schurig's avatar Holger Schurig Committed by David S. Miller

[PATCH] libertas: fix a debug statement

Fix a debug statement
Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d8b0fb51
......@@ -148,7 +148,7 @@ static int wlan_ret_reg_access(wlan_private * priv,
ret = -1;
}
lbs_deb_enter_args(LBS_DEB_CMD, "ret %d", ret);
lbs_deb_leave_args(LBS_DEB_CMD, "ret %d", ret);
return ret;
}
......
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