On Mon, 27 May 2019 14:29:58 +0200 Geert Uytterhoeven
wrote:
> There is no need to print an error message and backtrace if
> kmalloc_node() fails, as the memory allocation core already takes care
> of that.
>
> ...
>
> --- a/lib/cpumask.c
> +++ b/lib/cpumask.c
> @@ -114,13 +114,6 @@ bool alloc_
There is no need to print an error message and backtrace if
kmalloc_node() fails, as the memory allocation core already takes care
of that.
Signed-off-by: Geert Uytterhoeven
---
lib/cpumask.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/lib/cpumask.c b/lib/cpumask.c
index 0cb672eb10
2 matches
Mail list logo