Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp2059210pxt; Sun, 8 Aug 2021 10:05:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxkBRoxMzW2aeJzsaWyJYJwI1Bz+ftptgXJS8VXRqu0C6+p2bDbvFGlDqjNz8oXQyVoWxE1 X-Received: by 2002:a5d:85ca:: with SMTP id e10mr88404ios.193.1628442332228; Sun, 08 Aug 2021 10:05:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628442332; cv=none; d=google.com; s=arc-20160816; b=jnS0IskuLy+NGayBlw7wvAi4vuQMefJPl0DfYET+u/KlvJbEMhqxeIQ070Cg+afWlE 9YPbjTCgJV1LBLAfnzyshGuuHayHXzp8yZKksYqsHo5QW6BjYZH2Cbi665xMSImAQE6a K0ElvpvRJ3i/BpwUju2YLJUbMIVRt4GNv0AX1N67BegjCiUpNzb9jU0T9/32EAvFIJVj JlYhBc52n9qgJCwmH/D6MSByFYV119lz9XKOxS9aMaPIHY+JO+QBClrIGXUKH0p83JuX y+xPQSdZu9I8y10VAFdSHiuAFF67nA1HuZ5vX2ia09helVsSAziJvWjqJjYgENQP6gHV rc2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=qc3Yp3p7fu7inLZ8E15e6bR1oSoJRAyLlM4cE8N2VIg=; b=XaicCvyklL0Lj9+vE00ajTr26MBg9GaQzvwJeO42snlD8ATjHB2bRLHC0C0DbI5gPS TS08vBDPXY95uJY5GmKpLLiWAcemS7kouPrj0WrI2P+WYZ4jE+gnxtiFd+iU0pjInPL+ 1pcz9FI/fjhiiu7vPpaZ8L1ndD7OKOoh5fRr6mS2YgAitqbYsQpffb/7QhyYpixU6PsU +qmvnmiZX3WE90qSDBDF0fRy5diS6w8j5xSRm94oh0Y+kc3oSPqvilWw5Slze7Mx2TB1 ILG2ArBAs7qKul6UZJPutKQgBb5JMlxQYAqpw1v+gICioGEoJfmHLYLdHqk9LzPopXIq y7SQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g15si15419872ilc.45.2021.08.08.10.05.20; Sun, 08 Aug 2021 10:05:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231881AbhHHRDm (ORCPT + 99 others); Sun, 8 Aug 2021 13:03:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:38102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230169AbhHHRDm (ORCPT ); Sun, 8 Aug 2021 13:03:42 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 65C2D60C3E; Sun, 8 Aug 2021 17:03:18 +0000 (UTC) Date: Sun, 8 Aug 2021 18:06:08 +0100 From: Jonathan Cameron To: William Breathitt Gray Cc: linux-stm32@st-md-mailman.stormreply.com, kernel@pengutronix.de, a.fatoum@pengutronix.de, kamel.bouhara@bootlin.com, gwendal@chromium.org, alexandre.belloni@bootlin.com, david@lechnology.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, syednwaris@gmail.com, patrick.havelange@essensium.com, fabrice.gasnier@st.com, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com, o.rempel@pengutronix.de, jarkko.nikula@linux.intel.com Subject: Re: [PATCH v14 01/17] counter: 104-quad-8: Return error when invalid mode during ceiling_write Message-ID: <20210808180608.2925961b@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 3 Aug 2021 21:06:11 +0900 William Breathitt Gray wrote: > The 104-QUAD-8 only has two count modes where a ceiling value makes > sense: Range Limit and Modulo-N. Outside of these two modes, setting a > ceiling value is an invalid operation -- so let's report it as such by > returning -EINVAL. > > Fixes: fc069262261c ("counter: 104-quad-8: Add lock guards - generic interface") > Acked-by: Syed Nayyar Waris > Signed-off-by: William Breathitt Gray Applied to the togreg branch of iio.git and pushed out as testing for 0-day to have fun. As an aside, I got the warning: CHECK drivers/counter/104-quad-8.c drivers/counter/104-quad-8.c:58: warning: Function parameter or member 'lock' not described in 'quad8' Which might be nice to clean up, but has nothing much to do with this patch. J > --- > drivers/counter/104-quad-8.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c > index 09a9a77cce06..81f9642777fb 100644 > --- a/drivers/counter/104-quad-8.c > +++ b/drivers/counter/104-quad-8.c > @@ -715,12 +715,13 @@ static ssize_t quad8_count_ceiling_write(struct counter_device *counter, > case 1: > case 3: > quad8_preset_register_set(priv, count->id, ceiling); > - break; > + mutex_unlock(&priv->lock); > + return len; > } > > mutex_unlock(&priv->lock); > > - return len; > + return -EINVAL; > } > > static ssize_t quad8_count_preset_enable_read(struct counter_device *counter,