]> git.baikalelectronics.ru Git - uboot.git/commit
power: regulator: tps65090: get_enable should return integer
authorKeerthy <j-keerthy@ti.com>
Tue, 13 Jun 2017 04:23:51 +0000 (09:53 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 19 Jul 2017 10:13:59 +0000 (19:13 +0900)
commit3859833cc0988fdc06f96d6845ca08248c0ef58a
tree600231ca0dd5c93a74c146a54aa3a1e76d0fc543
parent47e258b93fdc15634895312cbd3d37183929b899
power: regulator: tps65090: get_enable should return integer

get_enable should be able to return error values. Hence change
the return type to integer.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/regulator/tps65090_regulator.c