From: Greg Kroah-Hartman Date: Wed, 29 Apr 2015 14:21:59 +0000 (+0200) Subject: Staging: iop.c: move assignment out of if () block X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~1014 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ca7e929d0825984873c2dd3e0bd9fda82e44be;p=pandora-kernel.git 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 CC: Somya Anand CC: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed