Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180190
b: refs/heads/master
c: 3092ad0
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jan 26, 2010
1 parent 286878e commit 8e8da64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: aa8bc9ef18a2c5b2b97e1f36ee9604cf15743f96
refs/heads/master: 3092ad054406f069991ca561adc74f2d9fbb6867
2 changes: 1 addition & 1 deletion trunk/net/mac80211/driver-trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ TRACE_EVENT(drv_ampdu_action,
__entry->ret = ret;
__entry->action = action;
__entry->tid = tid;
__entry->ssn = *ssn;
__entry->ssn = ssn ? *ssn : 0;
),

TP_printk(
Expand Down

0 comments on commit 8e8da64

Please sign in to comment.