From: Paulo Zanoni Date: Fri, 4 May 2012 20:18:17 +0000 (-0300) Subject: drm/i915: change coding style of the write_infoframe functions X-Git-Tag: v3.5-rc1~100^2~25^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22509ec8676fdbba8da525b9ec9cb3ddb4cb71b0;p=pandora-kernel.git drm/i915: change coding style of the write_infoframe functions Don't use intermediate variables, change the value of 'val' as we go through the function. The new style looks more similar to the rest of our code. IMHO, it's also easier to read and change. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed