mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Merge branch 'master' of https://github.com/CloverHackyColor/CloverBootloader
This commit is contained in:
commit
fb85d026f9
@ -267,7 +267,7 @@ HdaCodecDumpPrintWidgets(
|
||||
}
|
||||
|
||||
EFI_STATUS SaveHdaDumpTxt() {
|
||||
EFI_STATUS Status;
|
||||
EFI_STATUS Status = EFI_NOT_FOUND;
|
||||
AUDIO_IO_PRIVATE_DATA *AudioIoPrivateData;
|
||||
HDA_CODEC_DEV *HdaCodecDev;
|
||||
EFI_HDA_CODEC_INFO_PROTOCOL *HdaCodecInfo;
|
||||
@ -497,4 +497,4 @@ EFI_STATUS SaveHdaDumpBin() {
|
||||
FreePool(MiscPath);
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user