drm/amdgpu: fix typo in bios_parser.c

Probably a cut and paste error from using get_integrated_info_v8's comment.
This has to be get_integrated_info_v9

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alexandre Demers
2025-04-07 22:11:00 -04:00
committed by Alex Deucher
parent f82e7cf5f5
commit 85207abb40

View File

@@ -2384,10 +2384,10 @@ static enum bp_result get_integrated_info_v8(
}
/*
* get_integrated_info_v8
* get_integrated_info_v9
*
* @brief
* Get V8 integrated BIOS information
* Get V9 integrated BIOS information
*
* @param
* bios_parser *bp - [in]BIOS parser handler to get master data table