commit | 5cdde29bc93a1f4d4a4f5a6faa830e368d920280 | [log] [tgz] |
---|---|---|
author | Stephane Viau <sviau@codeaurora.org> | Wed Jan 07 16:31:42 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Sun Feb 01 15:32:44 2015 -0500 |
tree | 9a210a33858bbe2f560fc26aeb36ecf856416dbf | |
parent | a5ec308ac15d7abf6b801a15e027fe9534cc35a8 [diff] |
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>