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

2018-01-17 Thread Bjorn Helgaas
On Sat, Jan 13, 2018 at 10:08:43PM +0100, SF Markus Elfring wrote: > > Your commit message says "omit an extra message", which suggests that > > there are currently two messages about the memory allocation failure, > > and that your patch removes one of them. > > Yes. - There is a general

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

2018-01-17 Thread Bjorn Helgaas
On Sat, Jan 13, 2018 at 10:08:43PM +0100, SF Markus Elfring wrote: > > Your commit message says "omit an extra message", which suggests that > > there are currently two messages about the memory allocation failure, > > and that your patch removes one of them. > > Yes. - There is a general

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

2018-01-13 Thread SF Markus Elfring
> Your commit message says "omit an extra message", which suggests that > there are currently two messages about the memory allocation failure, > and that your patch removes one of them. Yes. - There is a general transformation pattern applied. > If that's the case, it would be nice to know

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

2018-01-13 Thread SF Markus Elfring
> Your commit message says "omit an extra message", which suggests that > there are currently two messages about the memory allocation failure, > and that your patch removes one of them. Yes. - There is a general transformation pattern applied. > If that's the case, it would be nice to know

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

2018-01-13 Thread Bjorn Helgaas
On Sat, Jan 13, 2018 at 07:15:04AM +0100, SF Markus Elfring wrote: > >> 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 that is in the changelog? > > * Would you like to

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

2018-01-13 Thread Bjorn Helgaas
On Sat, Jan 13, 2018 at 07:15:04AM +0100, SF Markus Elfring wrote: > >> 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 that is in the changelog? > > * Would you like to

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

2018-01-12 Thread SF Markus Elfring
>> 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 that is in the changelog? * Would you like to get a more detailed commit description? * Are you looking for a reminder on

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

2018-01-12 Thread SF Markus Elfring
>> 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 that is in the changelog? * Would you like to get a more detailed commit description? * Are you looking for a reminder on

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