Re: [PATCH 13/16] resolve warnings found on ARM compile

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:14 -0700, Roy Franz wrote: > 2 unused labels > 1 "value computed is not used" > > > Signed-off-by: Roy Franz When posting a patch to fix compile errors or warnings, it is helpful inlude the output from the compiler with the error/warning message. g. > --- > drivers

Re: [PATCH 13/16] resolve warnings found on ARM compile

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > 2 unused labels > 1 "value computed is not used" > > > Signed-off-by: Roy Franz > --- Tested on arm64. Acked-by: Mark Salter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

[PATCH 13/16] resolve warnings found on ARM compile

2013-08-09 Thread Roy Franz
2 unused labels 1 "value computed is not used" Signed-off-by: Roy Franz --- drivers/firmware/efi/efi-stub-helper.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/firmware/efi/efi-stub-helper.c b/drivers/firmware/efi/efi-stub-helper.c index 4bb542f..3e82cb0 10