Commit 9308e6a
phy: xilinx-xhdmiphy: Disable dru_clk in error path
Fix incorrect error path in clock parsing. These warnings are
reported by smatch tool.
warnings:
drivers/phy/xilinx/xhdmiphy.c:755 xhdmiphy_clk_init() warn:
'priv->axi_lite_clk' from clk_prepare_enable() not released on lines: 737.
drivers/phy/xilinx/xhdmiphy.c:755 xhdmiphy_clk_init() warn:
'priv->dru_clk' from clk_prepare_enable() not released on lines: 737.
drivers/phy/xilinx/xhdmiphy.c:755 xhdmiphy_clk_init() warn:
'priv->tmds_clk' from clk_prepare_enable() not released on lines: 737.
Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com>
Reviewed-by: Vishal Sagar <vishal.sagar@amd.com>1 parent b384377 commit 9308e6a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| 750 | + | |
| 751 | + | |
750 | 752 | | |
751 | 753 | | |
752 | 754 | | |
| |||
0 commit comments