Re: [PATCH] phy: phy-exynos-pcie: fix the wrong error return

2017-03-09 Thread Kishon Vijay Abraham I
On Wednesday 08 March 2017 01:52 PM, Jaehoon Chung wrote: > When it doesn't get the blk_base's resource, it was returned > the error about phy_base, not blk_base. > This patch is for fixing the wrong error return about blk_base. > > Fixes: cf0adb8e281b ("phy: phy-exynos-pcie: Add support for

Re: [PATCH] phy: phy-exynos-pcie: fix the wrong error return

2017-03-09 Thread Kishon Vijay Abraham I
On Wednesday 08 March 2017 01:52 PM, Jaehoon Chung wrote: > When it doesn't get the blk_base's resource, it was returned > the error about phy_base, not blk_base. > This patch is for fixing the wrong error return about blk_base. > > Fixes: cf0adb8e281b ("phy: phy-exynos-pcie: Add support for

[PATCH] phy: phy-exynos-pcie: fix the wrong error return

2017-03-08 Thread Jaehoon Chung
When it doesn't get the blk_base's resource, it was returned the error about phy_base, not blk_base. This patch is for fixing the wrong error return about blk_base. Fixes: cf0adb8e281b ("phy: phy-exynos-pcie: Add support for Exynos PCIe PHY") Signed-off-by: Jaehoon Chung

[PATCH] phy: phy-exynos-pcie: fix the wrong error return

2017-03-08 Thread Jaehoon Chung
When it doesn't get the blk_base's resource, it was returned the error about phy_base, not blk_base. This patch is for fixing the wrong error return about blk_base. Fixes: cf0adb8e281b ("phy: phy-exynos-pcie: Add support for Exynos PCIe PHY") Signed-off-by: Jaehoon Chung ---