Re: [PATCH 8/8] dmaengine: Remove site specific OOM error messages on kzalloc
From: Linus Walleij
Date: Wed Jun 08 2016 - 08:12:39 EST
On Tue, Jun 7, 2016 at 7:38 PM, Peter Griffin <peter.griffin@xxxxxxxxxx> wrote:
> If kzalloc() fails it will issue it's own error message including
> a dump_stack(). So remove the site specific error messages.
>
> Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx>
Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
A few subsystems may use a cleanup like this...
I wonder how many unnecessary prints I've introduced
myself :P
Yours,
Linus Walleij