Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57629
b: refs/heads/master
c: ed37b51
h: refs/heads/master
i:
  57627: 67699c5
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent 1e6e610 commit a34f320
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78523daa86cf0b02c4d2f73b962c04ad565e9140
refs/heads/master: ed37b51610ff4e853893a92bb725bab99d17b236
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ do { if ((libertas_debug & (grp)) == (grp)) \
#endif

#define lbs_deb_enter(grp) \
LBS_DEB_LL(grp | LBS_DEB_ENTER, "%s() %d enter\n", __FUNCTION__, __LINE__);
LBS_DEB_LL(grp | LBS_DEB_ENTER, "%s():%d enter\n", __FUNCTION__, __LINE__);
#define lbs_deb_enter_args(grp, fmt, args...) \
LBS_DEB_LL(grp | LBS_DEB_ENTER, "%s(" fmt "):%d\n", __FUNCTION__, ## args, __LINE__);
#define lbs_deb_leave(grp) \
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,9 +1130,9 @@ void libertas_interrupt(struct net_device *dev)
{
wlan_private *priv = dev->priv;

lbs_deb_enter(LBS_DEB_MAIN);
lbs_deb_enter(LBS_DEB_THREAD);

lbs_deb_main("libertas_interrupt: intcounter=%d\n",
lbs_deb_thread("libertas_interrupt: intcounter=%d\n",
priv->adapter->intcounter);

priv->adapter->intcounter++;
Expand All @@ -1144,7 +1144,7 @@ void libertas_interrupt(struct net_device *dev)

wake_up_interruptible(&priv->mainthread.waitq);

lbs_deb_leave(LBS_DEB_MAIN);
lbs_deb_leave(LBS_DEB_THREAD);
}

static int wlan_init_module(void)
Expand Down

0 comments on commit a34f320

Please sign in to comment.