diff options
| -rw-r--r-- | drivers/phy/phy-exynos-mipi-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos-mipi-video.c b/drivers/phy/phy-exynos-mipi-video.c index f017b2f2a54e..d19649328d05 100644 --- a/drivers/phy/phy-exynos-mipi-video.c +++ b/drivers/phy/phy-exynos-mipi-video.c | |||
| @@ -59,7 +59,7 @@ static int __set_phy_state(struct exynos_mipi_video_phy *state, | |||
| 59 | else | 59 | else |
| 60 | reset = EXYNOS4_MIPI_PHY_SRESETN; | 60 | reset = EXYNOS4_MIPI_PHY_SRESETN; |
| 61 | 61 | ||
| 62 | if (state->regmap) { | 62 | if (!IS_ERR(state->regmap)) { |
| 63 | mutex_lock(&state->mutex); | 63 | mutex_lock(&state->mutex); |
| 64 | regmap_read(state->regmap, offset, &val); | 64 | regmap_read(state->regmap, offset, &val); |
| 65 | if (on) | 65 | if (on) |
