提交 c1199962 编写于 作者: D Dave Airlie 提交者: Alex Deucher

amdgpu/dc: fix indentation on a couple of returns.

These were misaligned.

found by the cocci ifcol script.
Signed-off-by: NDave Airlie <airlied@redhat.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 ae3a27d1
......@@ -1472,7 +1472,7 @@ static enum bp_result get_integrated_info_v11(
DATA_TABLES(integratedsysteminfo));
if (info_v11 == NULL)
return BP_RESULT_BADBIOSTABLE;
return BP_RESULT_BADBIOSTABLE;
info->gpu_cap_info =
le32_to_cpu(info_v11->gpucapinfo);
......@@ -1753,7 +1753,7 @@ static struct integrated_info *bios_parser_create_integrated_info(
}
if (construct_integrated_info(bp, info) == BP_RESULT_OK)
return info;
return info;
kfree(info);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册