On Tue, Jun 7, 2016 at 7:38 PM, Peter Griffin <[email protected]> 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 <[email protected]> Acked-by: Linus Walleij <[email protected]> A few subsystems may use a cleanup like this... I wonder how many unnecessary prints I've introduced myself :P Yours, Linus Walleij

