commit | a31414e8c98dadbe0d31804804090e78ab1e0e9f | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat Nov 09 11:42:26 2019 +0800 |
committer | Stephen Boyd <sboyd@kernel.org> | Wed Nov 13 15:03:27 2019 -0800 |
tree | e1203a1198431ed2b589c9291388f012870c0bed | |
parent | 097064b841b74b137a7672e8daccd1384574ec9c [diff] |
clk: tegra: Use match_string() helper to simplify the code match_string() returns the array index of a matching string. Use it instead of the open-coded implementation. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lkml.kernel.org/r/20191109034226.21044-1-yuehaibing@huawei.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>