Re: [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization.

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:10 -0700, Roy Franz wrote: > Rename variables to be not initrd specific, as now the function > loads arbitrary files. > > Signed-off-by: Roy Franz Reviewed-by: Grant Likely > --- > drivers/firmware/efi/efi-stub-helper.c | 92 > >

Re: [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization.

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > Rename variables to be not initrd specific, as now the function > loads arbitrary files. > > Signed-off-by: Roy Franz > --- Tested on arm64. Acked-by: Mark Salter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH 09/16] Renames in handle_cmdline_files() to complete generalization.

2013-08-09 Thread Roy Franz
Rename variables to be not initrd specific, as now the function loads arbitrary files. Signed-off-by: Roy Franz --- drivers/firmware/efi/efi-stub-helper.c | 92 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/drivers/firmware/efi/efi-stub-helper