Re: [PATCH] firmware: efi: remove unneeded guid unparse

2015-01-29 Thread Ivan Khoronzhuk
Oh, sorry. Just didn't note that it's picked up from linaro list. On 01/29/2015 04:47 PM, Matt Fleming wrote: On Thu, 2015-01-29 at 16:35 +0200, Ivan Khoronzhuk wrote: There is no reason to translate guid number to string here. So remove it in order to not do unneeded work. Signed-off-by: Iva

Re: [PATCH] firmware: efi: remove unneeded guid unparse

2015-01-29 Thread Matt Fleming
On Thu, 2015-01-29 at 16:35 +0200, Ivan Khoronzhuk wrote: > There is no reason to translate guid number to string here. > So remove it in order to not do unneeded work. > > Signed-off-by: Ivan Khoronzhuk > --- > drivers/firmware/efi/efi.c | 5 - > 1 file changed, 5 deletions(-) Why the rese

[PATCH] firmware: efi: remove unneeded guid unparse

2015-01-29 Thread Ivan Khoronzhuk
There is no reason to translate guid number to string here. So remove it in order to not do unneeded work. Signed-off-by: Ivan Khoronzhuk --- drivers/firmware/efi/efi.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c index 9035c1b..