git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c34fe
)
mac80211: make CALL_TXH a statement
author
Johannes Berg
<johannes@sipsolutions.net>
Thu, 29 Oct 2009 07:43:48 +0000
(08:43 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 2 Nov 2009 20:39:41 +0000
(15:39 -0500)
The multi-line code in this macro wasn't wrapped
in do {} while (0) so we cannot use it in an if()
branch safely in the future -- fix that.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found