]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bootconfig: Fix a build error accroding to undefined fallthrough
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 13 May 2021 03:06:33 +0000 (12:06 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 8 Jun 2021 20:44:00 +0000 (16:44 -0400)
commit6a2ea4298f0a60b09cdf36684b0a697ede497954
treec99e030247af101db4f9b0e66075717b4234213f
parent7615a40bf7d5e0a3f712d6af2973184e215dfc44
tools/bootconfig: Fix a build error accroding to undefined fallthrough

Since the "fallthrough" is defined only in the kernel, building
lib/bootconfig.c as a part of user-space tools causes a build
error.

Add a dummy fallthrough to avoid the build error.

Link: https://lkml.kernel.org/r/162087519356.442660.11385099982318160180.stgit@devnote2
Cc: Ingo Molnar <mingo@kernel.org>
Cc: stable@vger.kernel.org
Fixes: 68e9e9ea97b4 ("Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/bootconfig/include/linux/bootconfig.h