efi/printf: Drop %n format and L qualifier
authorArvind Sankar <nivedita@alum.mit.edu>
Mon, 18 May 2020 19:06:58 +0000 (15:06 -0400)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 19 May 2020 08:30:52 +0000 (10:30 +0200)
commit29a2806653360f1ba0f7608ef64d65d441a575f7
treef94e788c33e226e93e0b9bdf98f5f30ab7de63ce
parentbbf8e8b0fe0401e1952c77088692fd273a9635a1
efi/printf: Drop %n format and L qualifier

%n is unused and deprecated.

The L qualifer is parsed but not actually implemented.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Link: https://lore.kernel.org/r/20200518190716.751506-7-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/vsprintf.c