]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit0fd33116c1d8f8f9ff973c3d17280148068d77f4
tree4b672adb6a22c250c7a08d4ecbb7d633a385ab87
parent56f3364aba8866d0f7f8c965e7acf07f35679701
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