Re: [PATCH] phy: exynos-mipi-video: Fixup the test for state->regmap

2015-02-26 Thread Sylwester Nawrocki
On 26/02/15 04:48, Axel Lin wrote: > syscon_regmap_lookup_by_phandle() returns ERR_PTR on error. > Thus don't use null test against state->regmap. > > Signed-off-by: Axel Lin Thanks for the patch, I had this on my todo list. Acked-by: Sylwester Nawrocki -- To unsubscribe from this list: send t

[PATCH] phy: exynos-mipi-video: Fixup the test for state->regmap

2015-02-25 Thread Axel Lin
syscon_regmap_lookup_by_phandle() returns ERR_PTR on error. Thus don't use null test against state->regmap. Signed-off-by: Axel Lin --- drivers/phy/phy-exynos-mipi-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/phy-exynos-mipi-video.c b/drivers/phy/phy-e