]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
blackfin: gpio: Unreserve gpio in special_gpio_free()
authorAxel Lin <axel.lin@ingics.com>
Wed, 26 Jun 2013 02:09:16 +0000 (10:09 +0800)
committerSonic Zhang <sonic.zhang@analog.com>
Wed, 31 Jul 2013 08:56:03 +0000 (16:56 +0800)
commit5460b8d469ca9510cfc45463eaf7eecfca68b8a5
tree39961ed7ae617a4fe4e170126f8b1c67236de39b
parent6a19cc9df0ff76273cecd3cd72323a73ff44e8de
blackfin: gpio: Unreserve gpio in special_gpio_free()

In special_gpio_free(), call unreserve() rather than reserve() to release gpio.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
arch/blackfin/cpu/gpio.c