From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D0BAC10F14 for ; Tue, 8 Oct 2019 11:45:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F411220679 for ; Tue, 8 Oct 2019 11:45:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="afVuBw/+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F411220679 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mz107btZBGK0lPFXD9H1SkYgUYZTuJ0nDP2WN4SFtb4=; b=afVuBw/+Xy+jen A+RIcQF1zHWiVnKALZsuWyqbiGLDspq1rTSwsf0o34ct2WPZBzBgBRv7tMed0XPGYCZMk2bENRrve 6uqnUa5Uj9WicpWN8Pvpv26AEX2g8FUUHJSKuFZzYoFl1dIa1Gvw10gwsIPU3G969rudoFz6tLIGZ UfdovZld/9903ogGI8XoQ549HMJZgBZrM0YPRuvS6pCghKku603nb5V0hqkjffHNVllGIWzyV6Amo pCyYsFUXtX0gmj5hza5MHbW3vVTzqzTk98sHEskSSlyWGFJfyHg8AUgPYBXVr2NNoMIv+U3ajfgJn wRpy2BVVEphiezMSycrQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHnw9-0005XJ-Kq; Tue, 08 Oct 2019 11:45:53 +0000 Received: from szxga06-in.huawei.com ([45.249.212.32] helo=huawei.com) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHnw5-0005WD-Pg for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2019 11:45:51 +0000 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id C7E77790C5E923CB0200; Tue, 8 Oct 2019 19:45:41 +0800 (CST) Received: from localhost (10.202.226.61) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Tue, 8 Oct 2019 19:45:37 +0800 Date: Tue, 8 Oct 2019 12:45:20 +0100 From: Jonathan Cameron To: Hsin-Yi Wang Subject: Re: [PATCH] thermal-generic-adc: Silent error message for EPROBE_DEFER Message-ID: <20191008124520.000009c7@huawei.com> In-Reply-To: References: <20190910075907.132200-1-hsinyi@chromium.org> Organization: Huawei X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 X-Originating-IP: [10.202.226.61] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191008_044549_988585_94275169 X-CRM114-Status: GOOD ( 10.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pm@vger.kernel.org, Daniel Lezcano , lkml , Eduardo Valentin , Laxman Dewangan , Jonathan Cameron , Zhang Rui , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 7 Oct 2019 10:07:22 -0700 Hsin-Yi Wang wrote: > On Tue, Sep 10, 2019 at 12:59 AM Hsin-Yi Wang wrote: > > > > If devm_iio_channel_get() or devm_thermal_zone_of_sensor_register() > > fail with EPROBE_DEFER, we shouldn't print an error message, as the > > device will be probed again later. > > > > Signed-off-by: Hsin-Yi Wang > > --- > > Ping on the thread. Any suggestion for this patch? > Thanks Looks sensible to me. Acked-by: Jonathan Cameron > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel