]> 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)
commit62f98750e55c32b38a9c334d38347599ecb91fc4
tree4b672adb6a22c250c7a08d4ecbb7d633a385ab87
parent15bfe9ad6ae2a322666ef0e9e584afd46b05b4e8
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