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:
b97c3c1
)
Staging: iop.c: move assignment out of if () block
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 29 Apr 2015 14:21:59 +0000
(16:21 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 09:17:54 +0000
(11:17 +0200)
We should not be doing assignments within an if () block
so fix up the code to not do this.
change was created using Coccinelle.
CC: Supriya Karanth <iskaranth@gmail.com>
CC: Somya Anand <somyaanand214@gmail.com>
CC: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found