Skip to content

Commit

Permalink
[PATCH] libertas: fix a debug statement
Browse files Browse the repository at this point in the history
Fix a debug statement

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent d8b0fb5 commit 8b17d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8b17d72

Please sign in to comment.