mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-24 04:15:07 -05:00
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:
committed by
Alex Deucher
parent
f82e7cf5f5
commit
85207abb40
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user