Commit 85207abb authored by Alexandre Demers's avatar Alexandre Demers Committed by Alex Deucher
Browse files

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: default avatarAlexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f82e7cf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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