]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: samsung: adapt to changes in gpio specifier translator function declaration
authorThomas Abraham <thomas.abraham@linaro.org>
Wed, 1 Feb 2012 13:02:32 +0000 (18:32 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 2 Feb 2012 00:05:28 +0000 (17:05 -0700)
commit652e0071dc3e3decf526c8997cc65141988a80ab
tree3a466167c9028aeb30e506ce09c6b8ab85012e4b
parent81624952fa8f8c227f2366c96f3c865abdac25ca
gpio: samsung: adapt to changes in gpio specifier translator function declaration

Commit 00eb9cba3a84 (of: create of_phandle_args to simplify return of phandle
parsing data) modifies the parameter list of of_xlate function pointer declaration
in gpio_chip. Adapt the gpio specifier translate function for this change.

Reported-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Tested-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-samsung.c