Re: [PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread Joe Perches
On Tue, 2018-02-13 at 19:40 +0100, Lukas Wunner wrote: > On Tue, Feb 13, 2018 at 06:00:26PM +0100, SF Markus Elfring wrote: > > --- a/drivers/firmware/efi/apple-properties.c > You didn't cc me on your submission even though I'm the author of > 99% of this file. Please make an effort prior to

Re: [PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread Joe Perches
On Tue, 2018-02-13 at 19:40 +0100, Lukas Wunner wrote: > On Tue, Feb 13, 2018 at 06:00:26PM +0100, SF Markus Elfring wrote: > > --- a/drivers/firmware/efi/apple-properties.c > You didn't cc me on your submission even though I'm the author of > 99% of this file. Please make an effort prior to

Re: [PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread Lukas Wunner
On Tue, Feb 13, 2018 at 06:00:26PM +0100, SF Markus Elfring wrote: > Omit an extra message for a memory allocation failure in this function. [snip] > --- a/drivers/firmware/efi/apple-properties.c > +++ b/drivers/firmware/efi/apple-properties.c > @@ -158,10 +158,8 @@ static int __init

Re: [PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread Lukas Wunner
On Tue, Feb 13, 2018 at 06:00:26PM +0100, SF Markus Elfring wrote: > Omit an extra message for a memory allocation failure in this function. [snip] > --- a/drivers/firmware/efi/apple-properties.c > +++ b/drivers/firmware/efi/apple-properties.c > @@ -158,10 +158,8 @@ static int __init

[PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 13 Feb 2018 17:52:10 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

[PATCH] efi/apple-properties: Delete an error message for a failed memory allocation in unmarshal_devices()

2018-02-13 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 13 Feb 2018 17:52:10 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/firmware/efi/apple-properties.c | 4 +--- 1 file changed, 1