From: Greg Kroah-Hartman Date: Thu, 30 Apr 2015 09:32:52 +0000 (+0200) Subject: USB: hcd.c: move assignment out of if () block X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c688d6211f57e1f6f8aaae5522a9223247febbd6;p=pandora-kernel.git USB: 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. Acked-by: Alan Stern CC: Dan Williams CC: Antoine Tenart CC: Petr Mladek CC: Michal Sojka CC: "Rafael J. Wysocki" CC: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman Reviewed-by: Felipe Balbi --- Reading git-diff-tree failed