aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
diff options
context:
space:
mode:
authorDevendra Naga <[email protected]>2012-06-18 23:14:31 +0530
committerLinus Walleij <[email protected]>2012-07-03 21:51:08 +0200
commitcb0f7d35e385fc242c76bfe7f1d68c1904c6f965 (patch)
tree3dfee3f62d905b6d293942c5bf2ee800ef8fdf17 /tools/perf
parent8003ae335ad29664171f178eb1a6ef89cc23f4e9 (diff)
pinctrl/pinctrl-tegra: 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. Acked-by: Stephen Warren <[email protected]> Signed-off-by: Devendra Naga <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions