mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 08:12:41 -04:00
drm/amd/powerplay: fix trivial typo and tidy comment
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
7056bb5c82
commit
023efca251
@@ -338,7 +338,7 @@ int phm_store_dal_configuration_data(struct pp_hwmgr *hwmgr,
|
||||
if (hwmgr->hwmgr_func->store_cc6_data == NULL)
|
||||
return -EINVAL;
|
||||
|
||||
/* to do pass other display configuration in furture */
|
||||
/* TODO: pass other display configuration in the future */
|
||||
|
||||
if (hwmgr->hwmgr_func->store_cc6_data)
|
||||
hwmgr->hwmgr_func->store_cc6_data(hwmgr,
|
||||
|
||||
Reference in New Issue
Block a user