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:
90c456f
)
iwlwifi: remove CMD_SYNC
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Mon, 12 May 2014 08:36:41 +0000
(11:36 +0300)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 13 May 2014 10:52:19 +0000
(13:52 +0300)
CMD_SYNC is really 0 which is confusing:
if (cmd.flags & CMD_SYNC) is always false.
Fix this by simply removing its definition.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found