summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-07-05 11:04:44 +0100
committerMark Brown <broonie@kernel.org>2018-07-05 11:04:44 +0100
commite96c5550070c189a8ccb26dc6eae76ee8eef833d (patch)
tree9db88fbd2bb44147be3c036eeb3526aa7190c9c9 /lib
parentd9227958dc0e56976eaf452a213aee8415a9eb60 (diff)
parent16af098616e73b39c4d98b0d4358cc29a9539c98 (diff)
Merge tag 'v4.4.139' into linux-linaro-lsk-v4.4
This is the 4.4.139 stable release
Diffstat (limited to 'lib')
-rw-r--r--lib/vsprintf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index f9cee8e1233c..646009db4198 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1345,9 +1345,6 @@ char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec,
return string(buf, end, NULL, spec);
switch (fmt[1]) {
- case 'r':
- return number(buf, end, clk_get_rate(clk), spec);
-
case 'n':
default:
#ifdef CONFIG_COMMON_CLK