“a00736e936c2a1e9c36f22f6f3a69392eaab51f4”上不存在“arch/sparc/include/asm/mdesc.h”
提交 fa56b3f8 编写于 作者: V Vitor Massaru Iha 提交者: Liviu Dudau

drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single statement blocks."

Signed-off-by: NVitor Massaru Iha <vitor@massaru.org>
Signed-off-by: NLiviu Dudau <liviu.dudau@arm.com>
上级 febae9bc
...@@ -317,9 +317,8 @@ static struct drm_plane *hdlcd_plane_init(struct drm_device *drm) ...@@ -317,9 +317,8 @@ static struct drm_plane *hdlcd_plane_init(struct drm_device *drm)
formats, ARRAY_SIZE(formats), formats, ARRAY_SIZE(formats),
NULL, NULL,
DRM_PLANE_TYPE_PRIMARY, NULL); DRM_PLANE_TYPE_PRIMARY, NULL);
if (ret) { if (ret)
return ERR_PTR(ret); return ERR_PTR(ret);
}
drm_plane_helper_add(plane, &hdlcd_plane_helper_funcs); drm_plane_helper_add(plane, &hdlcd_plane_helper_funcs);
hdlcd->plane = plane; hdlcd->plane = plane;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册