From: Mitch Williams Date: Tue, 11 Nov 2014 20:03:13 +0000 (+0000) Subject: i40evf: remove unnecessary else X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~137^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88e38cc50d582c56f64c8bf091f4fd670ad97e3;p=pandora-kernel.git i40evf: remove unnecessary else Since the if part of this statement contains a break, there's no reason for the else. Clean up the code and make it more obvious that the delay happens each time through the loop. Change-ID: I9292eaf7dd687688bdc401b8bd8d1d14f6944460 Signed-off-by: Mitch Williams Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed