git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ec308
)
drm/msm/mdp5: fix parameter type for mdp5_ctl_set_intf()
author
Stephane Viau
<sviau@codeaurora.org>
Wed, 7 Jan 2015 21:31:42 +0000
(16:31 -0500)
committer
Rob Clark
<robdclark@gmail.com>
Sun, 1 Feb 2015 20:32:44 +0000
(15:32 -0500)
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>
No differences found