We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba64c67 commit 1453b53Copy full SHA for 1453b53
drivers/gpu/drm/msm/msm_drv.c
@@ -930,7 +930,7 @@ static const struct drm_driver msm_driver = {
930
* is no external component that we need to add since LVDS is within MDP4
931
* itself.
932
*/
933
-static int add_components_mdp(struct device *master_dev,
+static int add_mdp_components(struct device *master_dev,
934
struct component_match **matchptr)
935
{
936
struct device_node *np = master_dev->of_node;
@@ -1075,7 +1075,7 @@ int msm_drv_probe(struct device *master_dev,
1075
1076
/* Add mdp components if we have KMS. */
1077
if (kms_init) {
1078
- ret = add_components_mdp(master_dev, &match);
+ ret = add_mdp_components(master_dev, &match);
1079
if (ret)
1080
return ret;
1081
}
0 commit comments