commit | 22509ec8676fdbba8da525b9ec9cb3ddb4cb71b0 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri May 04 17:18:17 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue May 08 14:02:43 2012 +0200 |
tree | cf65a9211407a2209672992cd3fdea76fbd6bc0a | |
parent | 837ba00f20aa47018a3317bc7c1f058be0a92e39 [diff] |
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 <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>