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:
12af046
)
iwlwifi: turn on a lockdep assertion
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sun, 10 Jun 2012 11:25:22 +0000
(14:25 +0300)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 13 Jun 2012 07:01:07 +0000
(09:01 +0200)
CMD_SYNC is zero so the if (cmd->flags & CMD_SYNC) is never true and we
never check the assertion.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found