dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/pinctrl/spear
Devendra Naga 8003ae335a pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl
pinctrl_register returns a pointer of struct type struct pinctrl_dev,
if successfully registered to pinctrl subsystem, otherwise returns
NULL, and there wont' be any pointers which are not dereferencible.

They are not type of pointer addresses but are kind of error
codes rather actual addresses, but are a kind of return
codes of functions returning integer types.

return -ENODEV if device registration fails.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-07-03 21:51:08 +02:00
..
Kconfig pinctrl: Add SPEAr13xx pinctrl drivers 2012-05-14 17:34:07 +02:00
Makefile pinctrl: Add SPEAr13xx pinctrl drivers 2012-05-14 17:34:07 +02:00
pinctrl-spear.c pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl 2012-07-03 21:51:08 +02:00
pinctrl-spear.h Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear3xx.c Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear3xx.h Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear300.c Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear310.c Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear320.c Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear1310.c Viresh has moved 2012-06-20 14:39:36 -07:00
pinctrl-spear1340.c Viresh has moved 2012-06-20 14:39:36 -07:00