Re: [PATCH] EFI loader: remove dead code
Applied your notice. Sent v2 patch. -- Eugene
Re: [PATCH] EFI loader: remove dead code
On Tue, Nov 01, 2016 at 08:38:08PM +0300, Eugene Korenevsky wrote: > *e820ext is always NULL in 'alloc_e820ext()' (see the code of 'exit_boot()'). > Therefore the 'if' condition is always false and the entire 'if' statement is > pointless. Remove it. > > --- > arch/x86/boot/compressed/eboot.c | 6