vsprintf: replace in_irq() with in_hardirq()
authorye xingchen <ye.xingchen@zte.com.cn>
Tue, 11 Oct 2022 02:48:31 +0000 (02:48 +0000)
committerPetr Mladek <pmladek@suse.com>
Tue, 18 Oct 2022 13:04:05 +0000 (15:04 +0200)
commit66283a8f49c0cd9fd093d7e1c093825a0511baeb
tree9ea087bc6cb33b4ed08fe365b75389edd726372a
parentb520410654103086ccc0d339c0ff645d4c4dd697
vsprintf: replace in_irq() with in_hardirq()

Replace the obsolete and ambiguos macro in_irq() with new
macro in_hardirq().

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20221011024831.322799-1-ye.xingchen@zte.com.cn
lib/vsprintf.c