提交 283b1a8b 编写于 作者: A Alex Deucher

drm/amd/powerplay: Don't return an error if fan table is missing

It's a valid configuration on some laptops.
Reviewed-by: NTom St Denis <tom.stdenis@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 aa22ae4b
......@@ -797,7 +797,7 @@ static int init_thermal_controller(
);
if (0 == powerplay_table->usFanTableOffset)
return -1;
return 0;
fan_table = (const PPTable_Generic_SubTable_Header *)
(((unsigned long)powerplay_table) +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册