Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1570151
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] phy: qcom-ufs: Fix misplaced jump label |
| Date | 2017-01-30 23:20 +0100 |
| Message-ID | <t4aRj-2ha-7@gated-at.bofh.it> (permalink) |
| References | <t49Vg-1J9-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Friday 27 January 2017 01:40 PM, Vivek Gautam wrote:
> We want to skip only tx/rx_iface clocks and not ref_clk_src
> as well. Fix the jump label accordingly.
>
> Fixes: 300f96771d78 ("phy: qcom-ufs: Skip obtaining rx/tx_iface_clk for msm8996 based phy")
merged, thanks.
-Kishon
>
> Cc: Subhash Jadavani <subhashj@codeaurora.org>
> Cc: Martin K. Petersen <martin.petersen@oracle.com>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: stable@vger.kernel.org
> Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> ---
>
> Based on linux-phy next.
>
> drivers/phy/phy-qcom-ufs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/phy-qcom-ufs.c b/drivers/phy/phy-qcom-ufs.c
> index c69568b8543d..1aee8723a682 100644
> --- a/drivers/phy/phy-qcom-ufs.c
> +++ b/drivers/phy/phy-qcom-ufs.c
> @@ -189,12 +189,12 @@ int ufs_qcom_phy_init_clks(struct ufs_qcom_phy *phy_common)
> if (err)
> goto out;
>
> +skip_txrx_clk:
> err = ufs_qcom_phy_clk_get(phy_common->dev, "ref_clk_src",
> &phy_common->ref_clk_src);
> if (err)
> goto out;
>
> -skip_txrx_clk:
> /*
> * "ref_clk_parent" is optional hence don't abort init if it's not
> * found.
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] phy: qcom-ufs: Fix misplaced jump label Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-01-27 09:20 +0100 Re: [PATCH] phy: qcom-ufs: Fix misplaced jump label Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-01-27 10:20 +0100 Re: [PATCH] phy: qcom-ufs: Fix misplaced jump label Kishon Vijay Abraham I <kishon@ti.com> - 2017-01-30 23:20 +0100
csiph-web