From: Linus Walleij Date: Fri, 25 Jan 2013 16:59:28 +0000 (+0100) Subject: gpio: pca953x: use managed resources X-Git-Tag: v3.9-rc1~76^2~12^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42748c970d1865685749960cb23f08e259a9f86;p=pandora-kernel.git gpio: pca953x: use managed resources Using the devm_* managed resources the pca driver can be simplified and cut down on boilerplate code. [gcl: fixed a inccorect reference to a removed label, "goto fail_out" became "return ret"] Signed-off-by: Linus Walleij Signed-off-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- Reading git-diff-tree failed