kernel/async.c: fix pr_debug statement
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 7 May 2021 01:02:36 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:11 +0000 (19:24 -0700)
commit8ba9d40b6b2bf62377fd6fce25e9997e42b0317a
tree99cc5b57553ec9da6a1b55c1d2d798c2c5cafa3c
parent112dfce8f29798192eb0be8066b54f4a68f4eb36
kernel/async.c: fix pr_debug statement

An async_func_t returns void - any errors encountered it has to stash
somewhere for consumers to discover later.

Link: https://lkml.kernel.org/r/20210226124355.2503524-1-linux@rasmusvillemoes.dk
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/async.c