Received: by 10.223.185.116 with SMTP id b49csp1827830wrg; Sat, 24 Feb 2018 05:04:13 -0800 (PST) X-Google-Smtp-Source: AH8x225nIFoEpcKBTubOmtPgjqKjZ2khF6PoKd0V07gAHmlX6g696YJxbgnK4oEGJ8icmXcgI8GE X-Received: by 10.99.133.193 with SMTP id u184mr3847618pgd.401.1519477453185; Sat, 24 Feb 2018 05:04:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519477453; cv=none; d=google.com; s=arc-20160816; b=K3ibNz84O3y71p0pXLvZ9qhqzyVHVNsRvaLkF3igD5/UZn1YILWoAxCWu1ir9A86xl 5S12eEX3vPqFxmQ8eJwRbg4vqPLsWzn95Ne1Jv4i6uWZ9M+6Wa5NEzn3aAaKJJAghWc6 v2sKLJsIUTh2Rtp9+25qKKeBxBPihp6cdcOhO6FggDri6028LQqiSqluAV3oXwBXA94d XKDQbF0fnkuVcAQd47icOeqnWMKx7oDoWgZUGmi1q0HiG9bXvG/tiT5TBnMvhcHLNXMm oS+4c2H4/olVQtEk5OYxI/8MpVEh+6iwyxunlQCsG3VZRkdBoIoDDB+s8GP+0tuBGfTI QT2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dmarc-filter:arc-authentication-results; bh=8HvNrWNmH1MIe2osrMCJqlIEISckEqlKU+YHYlhLWMw=; b=ENLBI6U8z4kQqoZfgLV3n1ic8Q8slPblsxcF+FFRCas5EcyJAd6RPfmocUZF1s/VLg jOs5aYgJ3uvvK0baSu0+IxpcXAqsBNP361lfA4E9lACBKn+tNMtQWDO2eIsIwspL6i+/ CxGID/JAMD11hHYHZGCl/vIrzmXAFrENj+dOE2GNA6iDsF7u9pyn0EBc7uyXGNkwjtEx XzpWse05SQWF4FvipWXDFf3c7ogEEhMXOfVfrRuaEdddEWAxYGMIxsidxceukRzPaECP FvAnK+UF4ZUFM00Yq0JGpU2DT2mqOZSb046PIDdp70sR+Gj4xf5rq3arE8c1/NDDiURR cAGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m25si2924526pge.363.2018.02.24.05.03.58; Sat, 24 Feb 2018 05:04:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751463AbeBXNDQ (ORCPT + 99 others); Sat, 24 Feb 2018 08:03:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:46572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934AbeBXNDP (ORCPT ); Sat, 24 Feb 2018 08:03:15 -0500 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (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 ACFE62178B; Sat, 24 Feb 2018 13:03:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ACFE62178B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jic23@kernel.org Date: Sat, 24 Feb 2018 13:03:09 +0000 From: Jonathan Cameron To: Fabrice Gasnier Cc: , , , , , , , , , Subject: Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes Message-ID: <20180224130309.7129e79f@archlinux> In-Reply-To: <1519390261-25453-6-git-send-email-fabrice.gasnier@st.com> References: <1519390261-25453-1-git-send-email-fabrice.gasnier@st.com> <1519390261-25453-6-git-send-email-fabrice.gasnier@st.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 23 Feb 2018 13:50:59 +0100 Fabrice Gasnier wrote: > Misc fixes & style improvements: > - checkpatch warns about line over 80 characters. > - remove extra spaces and a blank line (e.g. checkpatch --strict) > - remove bad error message always printed in probe routine. > > Signed-off-by: Fabrice Gasnier I'd have preferred this as 3 patches doing one type fo fix each. Anyhow, I'll need to hold this until the fixes have made there way upstream. Give me a poke if I seem to have forgotten and the dependencies have made it back to my togreg branch. Thanks, Jonathan > --- > drivers/iio/adc/stm32-dfsdm-adc.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/drivers/iio/adc/stm32-dfsdm-adc.c b/drivers/iio/adc/stm32-dfsdm-adc.c > index 01422d1..57bcb45 100644 > --- a/drivers/iio/adc/stm32-dfsdm-adc.c > +++ b/drivers/iio/adc/stm32-dfsdm-adc.c > @@ -253,7 +253,8 @@ static int stm32_dfsdm_start_filter(struct stm32_dfsdm *dfsdm, > DFSDM_CR1_RSWSTART(1)); > } > > -static void stm32_dfsdm_stop_filter(struct stm32_dfsdm *dfsdm, unsigned int fl_id) > +static void stm32_dfsdm_stop_filter(struct stm32_dfsdm *dfsdm, > + unsigned int fl_id) > { > /* Disable conversion */ > regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), > @@ -337,7 +338,7 @@ static int stm32_dfsdm_channel_parse_of(struct stm32_dfsdm *dfsdm, > "st,adc-channel-types", chan_idx, > &of_str); > if (!ret) { > - val = stm32_dfsdm_str2val(of_str, stm32_dfsdm_chan_type); > + val = stm32_dfsdm_str2val(of_str, stm32_dfsdm_chan_type); > if (val < 0) > return val; > } else { > @@ -349,7 +350,7 @@ static int stm32_dfsdm_channel_parse_of(struct stm32_dfsdm *dfsdm, > "st,adc-channel-clk-src", chan_idx, > &of_str); > if (!ret) { > - val = stm32_dfsdm_str2val(of_str, stm32_dfsdm_chan_src); > + val = stm32_dfsdm_str2val(of_str, stm32_dfsdm_chan_src); > if (val < 0) > return val; > } else { > @@ -1093,7 +1094,6 @@ static int stm32_dfsdm_adc_probe(struct platform_device *pdev) > char *name; > int ret, irq, val; > > - > dev_data = of_device_get_match_data(dev); > iio = devm_iio_device_alloc(dev, sizeof(*adc)); > if (!iio) { > @@ -1161,7 +1161,6 @@ static int stm32_dfsdm_adc_probe(struct platform_device *pdev) > if (ret < 0) > goto err_cleanup; > > - dev_err(dev, "of_platform_populate\n"); > if (dev_data->type == DFSDM_AUDIO) { > ret = of_platform_populate(np, NULL, NULL, dev); > if (ret < 0) {