spi/ath79: use gpio_request_one
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Dec 2012 09:42:27 +0000 (10:42 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 12:58:55 +0000 (12:58 +0000)
commit95d79419feffb326a3d5cb50e2248129dec06bb0
treee87721bd59bbb27c2631c94c67e1c74058eb497d
parentf1e8fc9898fd8ca78b7438d3c2e60028d3ae2a34
spi/ath79: use gpio_request_one

Use gpio_request_one() instead of multiple gpiolib calls.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-ath79.c