From: Devendra Naga Date: Mon, 18 Jun 2012 17:44:31 +0000 (+0530) Subject: pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctl X-Git-Tag: v3.6-rc1~114^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0f7d35e385fc242c76bfe7f1d68c1904c6f965;p=pandora-kernel.git 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 Signed-off-by: Devendra Naga Signed-off-by: Linus Walleij --- Reading git-diff-tree failed