[PATCH] libertas: fix a debug statement
Fix a debug statement Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d8b0fb51ef
commit
8b17d7234c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue