linux-stable/drivers/pinctrl/samsung
Wei Yongjun baafacab09 pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()
In case of error, the function devm_ioremap() returns NULL pointer not
ERR_PTR(). Fix by using devm_ioremap_resource instead of devm_ioremap.

Fixes: 8b1bd11c1f ("pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2017-02-13 15:48:18 +01:00
..
Kconfig
Makefile
pinctrl-exynos.c Linux 4.10-rc6 2017-01-30 14:39:20 +01:00
pinctrl-exynos.h pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 2016-12-30 14:27:42 +01:00
pinctrl-exynos5440.c pinctrl: samsung: Suppress unbinding to prevent theoretical attacks 2016-05-30 09:41:49 +02:00
pinctrl-s3c24xx.c pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank 2016-11-15 09:41:35 +01:00
pinctrl-s3c64xx.c pinctrl: samsung: Remove messages for failed memory allocation 2017-01-26 10:05:01 +01:00
pinctrl-samsung.c pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data() 2017-02-13 15:48:18 +01:00
pinctrl-samsung.h pinctrl: samsung: Add infrastructure for pin-bank retention control 2017-01-26 16:35:50 +01:00