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:
aaa4e74
)
iwlwifi: mvm: fix harmless smatch / coccinelle warnings
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Sun, 22 Dec 2013 08:55:47 +0000
(10:55 +0200)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 31 Dec 2013 17:03:46 +0000
(19:03 +0200)
Don't check if mvm->fw->cs is NULL since it can't be.
cs is an array member of iwl_fw, it can't be NULL.
Use memset(ptr, 0, sizeof(*ptr)); instead of
memset(ptr, 0, sizeof(struct ptr_type));
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found