audk/MdeModulePkg/Universal/Disk
Ken Lautner 559affab2e MdeModulePkg: Fix redundant call to RestoreTpl()
Comments out a redundant call to RestoreTpl(). While this does not
technically violate spec on raise/restore TPL, TPL should already be at
the specified level. This extra call introduces an asymmetry between
RaiseTpl and RestoreTpl calls, which makes analysis of TPL correctness
more difficult and hampers certain non-standard TPL usages that some
platforms require.  Additionally, the two TPL variables were renamed to
provide context for each of them.

Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
2024-09-04 00:53:54 +00:00
..
CdExpressPei MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DiskIoDxe MdeModulePkg: Fix redundant call to RestoreTpl() 2024-09-04 00:53:54 +00:00
PartitionDxe MdeModulePkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
RamDiskDxe MdeModulePkg/RamDiskDxe: fix memory leak on error path. 2024-08-26 05:32:42 +00:00
UdfDxe MdeModulePkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
UnicodeCollation/EnglishDxe MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00