commit | d9ca7e929d0825984873c2dd3e0bd9fda82e44be | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 29 16:21:59 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 30 11:17:54 2015 +0200 |
tree | 2272405ad4504d4f4e83fbe78d0c8ec61a67ccf0 | |
parent | b97c3c1a0b538a61fb1cab057738ccb64ae51e4d [diff] |
Staging: iop.c: move assignment out of if () block 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>