From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 16 Jun 2017 21:40:38 -0600 Subject: [U-Boot] [PATCH 01/12] regulator: Change get_enable return type to integer from bool In-Reply-To: <1497327836-20900-2-git-send-email-j-keerthy@ti.com> References: <1497327836-20900-1-git-send-email-j-keerthy@ti.com> <1497327836-20900-2-git-send-email-j-keerthy@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 June 2017 at 22:23, Keerthy wrote: > Change get_enable return type to int so errors can be returned. > > Signed-off-by: Keerthy > --- > drivers/power/regulator/regulator-uclass.c | 2 +- > include/power/regulator.h | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Simon Glass Thanks!