commit | 786b44a3b57565085bf02e204e593d2afe88bdb4 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Mon May 11 10:33:48 2020 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat May 16 17:36:53 2020 +0100 |
tree | 4f8e553fda115767c6361087b3aad068c6c1036e | |
parent | 754718a5b43c851546c3bb70e8d41bf81cb42b30 [diff] |
iio: adc: exynos: Simplify Exynos7-specific init The Exynos7-specific code bits in ADC driver do not play with PHY: the field exynos_adc_data.needs_adc_phy is not set in exynos7_adc_data instance. Therefore the initialization code does not have to check if it is true. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Tested-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>