aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 7649ef4ed7d0..8999202ad43b 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1459,9 +1459,6 @@ char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec,
1459 return string(buf, end, NULL, spec); 1459 return string(buf, end, NULL, spec);
1460 1460
1461 switch (fmt[1]) { 1461 switch (fmt[1]) {
1462 case 'r':
1463 return number(buf, end, clk_get_rate(clk), spec);
1464
1465 case 'n': 1462 case 'n':
1466 default: 1463 default:
1467#ifdef CONFIG_COMMON_CLK 1464#ifdef CONFIG_COMMON_CLK