drm/rockchip: Fix typo in VOP macros argument
authorEzequiel Garcia <ezequiel@collabora.com>
Wed, 9 Jan 2019 18:56:37 +0000 (15:56 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 10 Jan 2019 23:41:15 +0000 (00:41 +0100)
commit2996fb75d69c5f0dbf1d6c977c627ff150ed2ee9
tree7c3ca1913a2812ad935d23b1a52072fced2c323f
parent1c21aa8f2b687cebfeff9736d60303a14bf32768
drm/rockchip: Fix typo in VOP macros argument

Fix a small typo in the macros VOP argument. The macro argument
is currently wrongly named "x", and then never used. The code
built fine almost by accident, as the macros are always used
in a context where a proper "vop" symbol exists.

This fix is almost cosmetic, as the resulting code shouldn't change.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20190109185639.5093-2-ezequiel@collabora.com
drivers/gpu/drm/rockchip/rockchip_drm_vop.c