]> git.baikalelectronics.ru Git - uboot.git/commit
power: sandbox: fixed: get_enable should return integer
authorKeerthy <j-keerthy@ti.com>
Tue, 13 Jun 2017 04:23:53 +0000 (09:53 +0530)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 19 Jul 2017 10:13:59 +0000 (19:13 +0900)
commit2e8cc146195785209dc7c228ea76f120ec1d58a5
treecf08333d769cc1eae4b4cfd6d5feaaa2434c0062
parentb84cad3922d77995bec039eaaf259943735dca9c
power: sandbox: fixed: 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/sandbox.c