From: Pramod Gurav Date: Wed, 1 Oct 2014 10:46:33 +0000 (+0530) Subject: gpio: cs5535: Switch to using managed resources with devm_ X-Git-Tag: omap-for-v3.19/fixes-rc1~89^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eebd61322835565bbcb1745bf9bd44e86ff80ca;p=pandora-kernel.git gpio: cs5535: Switch to using managed resources with devm_ This change switches to devm_request_region to request region and hence simplifies the module unload and does away with release_region in remove function. Cc: linux-gpio@vger.kernel.org Signed-off-by: Pramod Gurav Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed