]> git.baikalelectronics.ru Git - kernel.git/commit
drm/imx: ipuv3-plane: use fb local variable instead of state->fb
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 19 May 2017 15:47:33 +0000 (17:47 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 17 Jul 2017 10:58:10 +0000 (12:58 +0200)
commit7b62a68a00ba95909506567309243754094fbecc
tree86174fd04d357baea39af2711bb788d1366043c3
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
drm/imx: ipuv3-plane: use fb local variable instead of state->fb

We already have a local variable assigned to state->fb, use it.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c