]> 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)
commitf84a576a23f203f5a9d1785ae1b0c5ef09d4387c
tree5be61ae6b6429f636d03eed3b99a305c1f8e6fa9
parenta1dc0fcaa78c3e1a036c4767e4adc7db629c5c70
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