Skip to content

Commit 1453b53

Browse files
author
Rob Clark
committed
drm/msm: Rename add_components_mdp()
To better match add_gpu_components(). Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/657700/
1 parent ba64c67 commit 1453b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/msm/msm_drv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ static const struct drm_driver msm_driver = {
930930
* is no external component that we need to add since LVDS is within MDP4
931931
* itself.
932932
*/
933-
static int add_components_mdp(struct device *master_dev,
933+
static int add_mdp_components(struct device *master_dev,
934934
struct component_match **matchptr)
935935
{
936936
struct device_node *np = master_dev->of_node;
@@ -1075,7 +1075,7 @@ int msm_drv_probe(struct device *master_dev,
10751075

10761076
/* Add mdp components if we have KMS. */
10771077
if (kms_init) {
1078-
ret = add_components_mdp(master_dev, &match);
1078+
ret = add_mdp_components(master_dev, &match);
10791079
if (ret)
10801080
return ret;
10811081
}

0 commit comments

Comments
 (0)