Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362037
b: refs/heads/master
c: ce1eadd
h: refs/heads/master
i:
  362035: abf1cb7
v: v3
  • Loading branch information
Johannes Berg committed Mar 20, 2013
1 parent 0038fdf commit 9ca5eef
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 07e5a5f5ab7474589c15fc5d88e4f7fc43979530
refs/heads/master: ce1eadda6badef9e4e3460097ede674fca47383d
3 changes: 2 additions & 1 deletion trunk/net/wireless/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
#define WIPHY_PR_ARG __entry->wiphy_name

#define WDEV_ENTRY __field(u32, id)
#define WDEV_ASSIGN (__entry->id) = (wdev ? wdev->identifier : 0)
#define WDEV_ASSIGN (__entry->id) = (!IS_ERR_OR_NULL(wdev) \
? wdev->identifier : 0)
#define WDEV_PR_FMT "wdev(%u)"
#define WDEV_PR_ARG (__entry->id)

Expand Down

0 comments on commit 9ca5eef

Please sign in to comment.