[PATCH 10/23] drm/sprd: Make use of the helper component_compare_of
Yong Wu
yong.wu at mediatek.com
Sun Feb 13 22:08:06 PST 2022
Use the common compare helper from component.
Cc: Orson Zhai <orsonzhai at gmail.com>
Cc: Baolin Wang <baolin.wang7 at gmail.com>
Cc: Chunyan Zhang <zhang.lyra at gmail.com>
Cc: Kevin Tang <kevin3.tang at gmail.com>
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Maxime Ripard <maxime at cerno.tech>
Signed-off-by: Yong Wu <yong.wu at mediatek.com>
---
drivers/gpu/drm/sprd/sprd_drm.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/drivers/gpu/drm/sprd/sprd_drm.c b/drivers/gpu/drm/sprd/sprd_drm.c
index a077e2d4d721..5d534a8db913 100644
--- a/drivers/gpu/drm/sprd/sprd_drm.c
+++ b/drivers/gpu/drm/sprd/sprd_drm.c
@@ -134,14 +134,9 @@ static const struct component_master_ops drm_component_ops = {
.unbind = sprd_drm_unbind,
};
-static int compare_of(struct device *dev, void *data)
-{
- return dev->of_node == data;
-}
-
static int sprd_drm_probe(struct platform_device *pdev)
{
- return drm_of_component_probe(&pdev->dev, compare_of, &drm_component_ops);
+ return drm_of_component_probe(&pdev->dev, component_compare_of, &drm_component_ops);
}
static int sprd_drm_remove(struct platform_device *pdev)
--
2.18.0
More information about the linux-arm-kernel
mailing list