Re: [PATCH] pci/setup-bus: Delete an error message for a failed memory allocation in add_to_list()

2018-01-12 Thread Bjorn Helgaas
On Fri, Dec 29, 2017 at 12:47:11PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 29 Dec 2017 12:15:16 +0100 > > Omit an extra message for a memory allocation failure in this function. If this is an "extra" message, I assume there's some other

Re: [PATCH] pci/setup-bus: Delete an error message for a failed memory allocation in add_to_list()

2018-01-12 Thread Bjorn Helgaas
On Fri, Dec 29, 2017 at 12:47:11PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 29 Dec 2017 12:15:16 +0100 > > Omit an extra message for a memory allocation failure in this function. If this is an "extra" message, I assume there's some other message? Can you mention where

[PATCH] pci/setup-bus: Delete an error message for a failed memory allocation in add_to_list()

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 12:15:16 +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] pci/setup-bus: Delete an error message for a failed memory allocation in add_to_list()

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 12:15:16 +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/pci/setup-bus.c | 4 +--- 1 file changed, 1 insertion(+), 3