commit | cf89160793c439dca00e2563d0b7f153c274027b | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jul 23 23:41:55 2019 +0300 |
committer | Song Liu <songliubraving@fb.com> | Wed Aug 07 10:25:02 2019 -0700 |
tree | f8ec97a9952d2ffe4346772fa79abde4256f1721 | |
parent | 7cee6d4e6035603d42acd56d591e624921aa1b14 [diff] |
md: Convert to use int_pow() Instead of linear approach to calculate power of 10, use generic int_pow() which does it better. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Song Liu <songliubraving@fb.com>