Skip to content

Commit

Permalink
[PATCH] libertas: fix debug enter/leave prints for libertas_execute_n…
Browse files Browse the repository at this point in the history
…ext_command

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and John W. Linville committed Jun 11, 2007
1 parent 3cf2093 commit 24d443b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -1805,6 +1805,7 @@ int libertas_execute_next_command(wlan_private * priv)

ret = 0;
done:
lbs_deb_leave(LBS_DEB_CMD);
return ret;
}

Expand Down

0 comments on commit 24d443b

Please sign in to comment.