]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: arizona: Remove unneded ret variable
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 29 Sep 2015 11:26:02 +0000 (13:26 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 30 Oct 2015 17:19:42 +0000 (17:19 +0000)
commit71090ce08a5863dd2cee9308a488a62a7ad8b442
tree3b19a574f5efcefc9188e999e705e3ccff357f50
parentf0150c48d272612fc85a84b0f8d146692856e569
mfd: arizona: Remove unneded ret variable

The ret variable is not needed since is not used in the
function. Remove the variable and just return 0 instead.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c