From: Damien Lespiau Date: Thu, 7 May 2015 17:38:41 +0000 (+0100) Subject: drm/i915/skl: Use a more idomatic early return X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c2367538de381435503425c22c4f192c72e282e;p=pandora-kernel.git drm/i915/skl: Use a more idomatic early return We can coalesce the WARN() condition with the WARN() itself and, as we are returning early, we can de-intent the rest of the function. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed