From: Greg Kroah-Hartman Date: Thu, 30 Apr 2015 09:32:51 +0000 (+0200) Subject: USB: fusbh200-hcd.c: move assignment out of if () block X-Git-Tag: omap-for-v4.3/legacy-v2-signed~119^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9abb1e15aa64fd79beb73441361e772daf234d;p=pandora-kernel.git USB: fusbh200-hcd.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: Sergei Shtylyov Acked-by: Alan Stern CC: Petr Mladek CC: Randy Dunlap CC: Masanari Iida Signed-off-by: Greg Kroah-Hartman Reviewed-by: Felipe Balbi --- Reading git-diff-tree failed