linux/drivers/pinctrl/samsung
Tomasz Figa 87993273fe pinctrl: samsung: Make samsung_pinctrl_get_soc_data use ERR_PTR()
Currently the function returns a valid pointer on success and NULL on
error, so exact error code is lost. This patch changes return convention
of the function to use ERR_PTR() on error instead.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
2014-11-09 21:10:28 +09:00
..
Kconfig
Makefile
pinctrl-exynos5440.c This is the bulk of GPIO changes for the v3.18 development 2014-10-09 14:58:15 -04:00
pinctrl-exynos.c
pinctrl-exynos.h
pinctrl-s3c24xx.c
pinctrl-s3c64xx.c
pinctrl-samsung.c pinctrl: samsung: Make samsung_pinctrl_get_soc_data use ERR_PTR() 2014-11-09 21:10:28 +09:00
pinctrl-samsung.h