]> git.baikalelectronics.ru Git - kernel.git/commit
arch_topology: Remove error messages on out-of-memory conditions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 May 2019 12:27:03 +0000 (14:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 18:10:18 +0000 (20:10 +0200)
commit599ca682b8622a10b911daa16d584d2b75126ca0
tree4b672adb6a22c250c7a08d4ecbb7d633a385ab87
parent84b90d18bb734561c2b8abbac5ce74e220097a89
arch_topology: Remove error messages on out-of-memory conditions

There is no need to print error messages if kcalloc() or
alloc_cpumask_var() fail, as the memory allocation core already takes
care of that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190527122703.6303-1-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/arch_topology.c