提交 24d443b5 编写于 作者: D Dan Williams 提交者: John W. Linville

[PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command

Signed-off-by: NDan Williams <dcbw@redhat.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 3cf20931
......@@ -1670,7 +1670,7 @@ int libertas_execute_next_command(wlan_private * priv)
unsigned long flags;
int ret = 0;
lbs_deb_cmd("libertas_execute_next_command\n");
lbs_deb_enter(LBS_DEB_CMD);
spin_lock_irqsave(&adapter->driver_lock, flags);
......@@ -1805,6 +1805,7 @@ int libertas_execute_next_command(wlan_private * priv)
ret = 0;
done:
lbs_deb_leave(LBS_DEB_CMD);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册