VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Gustavo A. R. Silva <gustavoars@kernel.org> 2020-11-19 07:11:44 -0600 committer: Gustavo A. R. Silva <gustavoars@kernel.org> 2020-11-19 07:23:47 -0600 commit: 36f9ff9e03de89691274a6aec45aa079bd3ae405 parent: 49a41365052849be798716b374fabd436cce3ad0
Commit Summary:
lib: Fix fall-through warnings for Clang
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/kstrtox.c b/lib/kstrtox.c
index a14ccf905055..a118b0b1e9b2 100644
--- a/lib/kstrtox.c
+++ b/lib/kstrtox.c
@@ -355,6 +355,7 @@ int kstrtobool(const char *s, bool *res)
 		default:
 			break;
 		}
+		break;
 	default:
 		break;
 	}