]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp5: fix parameter type for mdp5_ctl_set_intf()
authorStephane Viau <sviau@codeaurora.org>
Wed, 7 Jan 2015 21:31:42 +0000 (16:31 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 1 Feb 2015 20:32:44 +0000 (15:32 -0500)
commit9b70c873c7ae02b4c7894a66ad8e9d4e5030eeba
tree9a210a33858bbe2f560fc26aeb36ecf856416dbf
parentbe7b7240d8eda7cc4e74689f77cee8b0eeea9e80
drm/msm/mdp5: fix parameter type for mdp5_ctl_set_intf()

mdp5_ctl_set_intf()'s second argument should be "int", not "enum mdp5_intf".
The passed in value is "intf", not "intf_id".

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c
drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h