aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/string.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-07-18 12:06:17 +0800
committerAlex Shi <alex.shi@linaro.org>2017-07-18 12:06:17 +0800
commitb8f0ea4f0a4a93c5bb0cd0db7a606e7d476d2179 (patch)
tree6757f8ff8dcc7662593b4f13526c50f7daef08bf /tools/perf/util/string.c
parent7c462394b89f5f8dd313873b27300eba4a7ee721 (diff)
parentf0cd77ded5127168b1b83ca2f366ee17e9c0586f (diff)
Merge tag 'v4.9.38' into linux-linaro-lsk-v4.9lsk-v4.9-17.07
This is the 4.9.38 stable release
Diffstat (limited to 'tools/perf/util/string.c')
-rw-r--r--tools/perf/util/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/string.c b/tools/perf/util/string.c
index 7f7e072be746..f4e3444d90ab 100644
--- a/tools/perf/util/string.c
+++ b/tools/perf/util/string.c
@@ -21,6 +21,8 @@ s64 perf_atoll(const char *str)
case 'b': case 'B':
if (*p)
goto out_err;
+
+ __fallthrough;
case '\0':
return length;
default: