Skip to content

Commit c4bd13b

Browse files
author
Chun-Kuang Hu
committed
drm/mediatek: Remove unneeded semicolon
cocci warnings: (new ones prefixed by >>) >> drivers/gpu/drm/mediatek/mtk_drm_drv.c:1092:2-3: Unneeded semicolon Fixes: 4c93284 ("drm/mediatek: Implement OF graphs support for display paths") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202412022048.kY2ZhxZ4-lkp@intel.com/ Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://patchwork.kernel.org/project/dri-devel/patch/20241230135314.5419-1-chunkuang.hu@kernel.org/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent 76aed5e commit c4bd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/mediatek/mtk_drm_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ static int mtk_drm_probe(struct platform_device *pdev)
10941094
/* No devicetree graphs support: go with hardcoded paths if present */
10951095
dev_dbg(dev, "Using hardcoded paths for MMSYS %u\n", mtk_drm_data->mmsys_id);
10961096
private->data = mtk_drm_data;
1097-
};
1097+
}
10981098

10991099
private->all_drm_private = devm_kmalloc_array(dev, private->data->mmsys_dev_num,
11001100
sizeof(*private->all_drm_private),

0 commit comments

Comments
 (0)