]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: change license incompatibility to error() from fatal()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Dec 2020 10:34:17 +0000 (19:34 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 21 Dec 2020 04:57:08 +0000 (13:57 +0900)
commit1f39613d68044adaf63643616401ec690d38935a
tree5be61ae6b6429f636d03eed3b99a305c1f8e6fa9
parent56d718f68b4fa70218d0cf7b19641af05dda2a99
modpost: change license incompatibility to error() from fatal()

Change fatal() to error() to continue running to report more possible
issues.

There is no difference in the fact that modpost will fail anyway.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c