From: Dan Carpenter Date: Fri, 20 Apr 2012 06:33:31 +0000 (+0300) Subject: USB: wwan: remove an unneeded check X-Git-Tag: v3.5-rc1~149^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec42899c2f9cf35e25e93c61ab9948e488de1825;p=pandora-kernel.git USB: wwan: remove an unneeded check We already verified that "status" was zero on this else branch. Since zero is not equal to -ESHUTDOWN, this condition is always true. I removed it and pull everything in an indent level. This doesn't change how the code works, it's just a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed