Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp1572066pxb; Thu, 7 Oct 2021 10:24:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxWJnM/uTMrZTbShyUh7zRfYhSwvq5kcoI4HLDWDNVO4dROgskLX0QxXF1yWxXsLO1WL/c X-Received: by 2002:a50:d88b:: with SMTP id p11mr7780937edj.287.1633627450261; Thu, 07 Oct 2021 10:24:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633627450; cv=none; d=google.com; s=arc-20160816; b=b1CgCbaDV8W7gaf0PKenFBlp28563GE7/GaD9Ib5mokhKCG3yiYTiaZ+O2jW1DGCB3 GVAEW24stZ82vDjAeVYaHlDgb73LTTLmTkVqIhAm6yegows6k+aabuz/Vwe8mtIU+Gma ms+CFcTIgAsUIc+cFv/BkQ8rfcacNRTnCjhuELUiZa1l21z4D5J1p1PM6rozVF6UA4+9 8x+3053WcbwKdUoqDkQfC2K/eD4+aSGnhS0MjM++8xfkfKlOSF0arRuDGLO4HYA8Vz6K E8OjEj7MA/DAU+EhLL0h1AhEbFbdvDobEbu6GwxugzoSR97s9e93eV0FBfwGChpXNa1F 4PVQ== 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=ezM8S+/5pnkSsahkHuRHmKRYYQD7EHeZALQm4RpnaNM=; b=Rb6f867+k7CJ11z7y+S+F18fpvrbkAhgdPmJoyGjoz/C9DZ6gkCKNcm5oVwTEKh1p/ RtqiPGyUWQF9OVIhOkMkio5H4OLQsdmZ1TVQLXvgU4PHE9D4wZ+6lP8SqhJGDOzRRcTX 4CVkCjLmQ/GmS+mGN4SSZFcS2tBux0QvZzOoeCJlmxQCti+77IDr78tonw3KOWaM2MZm GYq2WGrrBH/holPW7K9Pnl5PM97u6va/F7SghxxDtTVh8SPyuRRGKYPabkff4ihnkqwt typO52b80D4HDNComo3MlmwQ94/tjU91RfPfmJ0By4dcM9EFGeLw78LLEALHCvilv2hK 7kXQ== 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 d4si110206edm.247.2021.10.07.10.23.45; Thu, 07 Oct 2021 10:24:10 -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 S242103AbhJGRVP (ORCPT + 99 others); Thu, 7 Oct 2021 13:21:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:50022 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241682AbhJGRVH (ORCPT ); Thu, 7 Oct 2021 13:21:07 -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 645CA61108; Thu, 7 Oct 2021 17:19:10 +0000 (UTC) Date: Thu, 7 Oct 2021 18:23:14 +0100 From: Jonathan Cameron To: Cai Huoqing Cc: Lars-Peter Clausen , Michael Hennerich , "Vladimir Zapolskiy" , Marcus Folkesson , Maxime Coquelin , Alexandre Torgue , , , , Subject: Re: [PATCH v2 8/8] iio: dac: ti-dac7311: Make use of the helper function dev_err_probe() Message-ID: <20211007182314.6c53158e@jic23-huawei> In-Reply-To: <20210928013902.1341-8-caihuoqing@baidu.com> References: <20210928013902.1341-1-caihuoqing@baidu.com> <20210928013902.1341-8-caihuoqing@baidu.com> 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, 28 Sep 2021 09:39:01 +0800 Cai Huoqing wrote: > When possible use dev_err_probe help to properly deal with the > PROBE_DEFER error, the benefit is that DEFER issue will be logged > in the devices_deferred debugfs file. > Using dev_err_probe() can reduce code size, and the error value > gets printed. > > Signed-off-by: Cai Huoqing Series applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find any problems before I push this out in a place where it can make a mess of linux-next Thanks, Jonathan > --- > drivers/iio/dac/ti-dac7311.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/iio/dac/ti-dac7311.c b/drivers/iio/dac/ti-dac7311.c > index 9d0b253be841..09218c3029f0 100644 > --- a/drivers/iio/dac/ti-dac7311.c > +++ b/drivers/iio/dac/ti-dac7311.c > @@ -266,10 +266,9 @@ static int ti_dac_probe(struct spi_device *spi) > ti_dac->resolution = spec->resolution; > > ti_dac->vref = devm_regulator_get(dev, "vref"); > - if (IS_ERR(ti_dac->vref)) { > - dev_err(dev, "error to get regulator\n"); > - return PTR_ERR(ti_dac->vref); > - } > + if (IS_ERR(ti_dac->vref)) > + return dev_err_probe(dev, PTR_ERR(ti_dac->vref), > + "error to get regulator\n"); > > ret = regulator_enable(ti_dac->vref); > if (ret < 0) {