spi: clps711x: Use devm_gpio_request()
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 10 Jan 2014 13:02:05 +0000 (17:02 +0400)
committerMark Brown <broonie@linaro.org>
Fri, 10 Jan 2014 13:27:24 +0000 (13:27 +0000)
This patch replaces gpio_request() with devm_ API.
As a result this simplifies error path and eliminates "remove"
function.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found