From: Shawn Guo Date: Wed, 27 Jun 2012 03:45:22 +0000 (+0000) Subject: net: fec: use managed function devm_gpio_request_one X-Git-Tag: v3.6-rc1~125^2~369 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119fc007766fc6ec6cff0f696d73cebb6f2cbe58;p=pandora-kernel.git net: fec: use managed function devm_gpio_request_one Using gpio_request_one will require the probe fail-out call gpio_free, which is missing currently. Change to use devm_gpio_request_one to fix the problem. Signed-off-by: Shawn Guo Signed-off-by: David S. Miller --- Reading git-diff-tree failed