Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72575C433F5 for ; Tue, 7 Dec 2021 14:47:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238205AbhLGOvT (ORCPT ); Tue, 7 Dec 2021 09:51:19 -0500 Received: from relay030.a.hostedemail.com ([64.99.140.30]:20730 "EHLO relay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231565AbhLGOvS (ORCPT ); Tue, 7 Dec 2021 09:51:18 -0500 Received: from omf17.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id 7494860943; Tue, 7 Dec 2021 14:47:47 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf17.hostedemail.com (Postfix) with ESMTPA id 6F0FE23; Tue, 7 Dec 2021 14:47:46 +0000 (UTC) Message-ID: Subject: Re: [PATCH] media: i2c: ov8865: Neaten unnecessary indentation From: Joe Perches To: Sakari Ailus Cc: Mauro Carvalho Chehab , Paul Kocialkowski , linux-media , LKML Date: Tue, 07 Dec 2021 06:47:45 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.4-1ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Stat-Signature: dipi1pjbdm7m4be6zftskaoawejm7guy X-Rspamd-Server: rspamout01 X-Rspamd-Queue-Id: 6F0FE23 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX19b0PVynjlIVKtiQEFFQec/mlRK1V6C5ew= X-HE-Tag: 1638888466-210967 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2021-12-07 at 14:24 +0200, Sakari Ailus wrote: > Hi Joe (and Paul), > I guess this patch is fine as such but there seems to be a problem in error > handling here: all regulators are disabled if there's a problem enabling > one of them. > > Would it be possible to fix this as well? I've no hardware to test, so I've no idea if that's the right thing to do.