drm/i915: Use an intermediate variable to avoid repeating ourselves
authorDamien Lespiau <[email protected]>
Thu, 5 Feb 2015 17:22:16 +0000 (17:22 +0000)
committerDaniel Vetter <[email protected]>
Fri, 13 Feb 2015 22:28:04 +0000 (23:28 +0100)
commit6bf129df6ffae600e8f12440635cf64d293042b4
treeda01e16e1efdf948414c51843f42a4a4c3c4463e
parent5ba76c41e55c32f35224c956759fcdc154c78b1a
drm/i915: Use an intermediate variable to avoid repeating ourselves

The code look slightly better this way and will ease the next commit,
changing where we take the fb pointer from.

Signed-off-by: Damien Lespiau <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_display.c