diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2022-04-21 23:30:38 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-05-02 10:02:07 +0300 |
commit | 302a20c717beeb0592c0f9fdad5b6d803b0fa0f4 (patch) | |
tree | a71ad3bb1e3f5bcf68082dad7ac3ec96c22b69c0 /drivers/phy/rockchip | |
parent | f7f9abc5eab9d10561d74b20b3e284649e07d82f (diff) | |
download | linux-302a20c717beeb0592c0f9fdad5b6d803b0fa0f4.tar.xz |
phy: rockchip-inno-usb2: Clean up some inconsistent indenting
Eliminate the follow smatch warning:
drivers/phy/rockchip/phy-rockchip-inno-usb2.c:1203
rockchip_usb2phy_probe() warn: inconsistent indenting.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20220421203038.4550-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/rockchip')
-rw-r--r-- | drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c index e377b958d9b6..6711659f727c 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c @@ -1200,8 +1200,8 @@ static int rockchip_usb2phy_probe(struct platform_device *pdev) else { rphy->grf = syscon_node_to_regmap(dev->parent->of_node); - if (IS_ERR(rphy->grf)) - return PTR_ERR(rphy->grf); + if (IS_ERR(rphy->grf)) + return PTR_ERR(rphy->grf); } if (of_device_is_compatible(np, "rockchip,rv1108-usb2phy")) { |