RE: [PATCH 09/10] x86/mce/amd: Remove unnecessary NULL pointer initializations
From: Luck, Tony
Date: Fri Oct 11 2024 - 16:55:48 EST
> As 'pos' and 'tmp' are initialized prior to their use in
> list_for_each_entry_safe(), remove the unnecessary NULL pointer
> initializations.
Nit: Comment left out first_block and block which patch also fixes.
-Tony