]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf902c4a4046e1ac71a8247c7144521a88c7a3f86
tree7c3ca1913a2812ad935d23b1a52072fced2c323f
parent1e4d57edb4a732e10b5421ea2a29c0bd8efb0b40
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