OSDN Git Service

clk: rockchip: fix rk3188 sclk_mac_lbtest parameter ordering
authorHeiko Stuebner <heiko@sntech.de>
Thu, 15 Nov 2018 11:17:30 +0000 (12:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Dec 2019 09:34:28 +0000 (10:34 +0100)
commita51d1b417177aec15cfeaad619316a5d857a9d2b
tree3f2bbac6a239957901b02fc63c481afe4da44f7f
parent7afe0a8c904edb1fc0ac5eaf2aa2346b6ff305c5
clk: rockchip: fix rk3188 sclk_mac_lbtest parameter ordering

[ Upstream commit ac8cb53829a6ba119082e067f5bc8fab3611ce6a ]

Similar to commit a9f0c0e56371 ("clk: rockchip: fix rk3188 sclk_smc
gate data") there is one other gate clock in the rk3188 clock driver
with a similar wrong ordering, the sclk_mac_lbtest. So fix it as well.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/rockchip/clk-rk3188.c