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.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 EBEABC4742C for ; Mon, 16 Nov 2020 11:00:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63CD220782 for ; Mon, 16 Nov 2020 11:00:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="tX19IjKZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728834AbgKPKSa (ORCPT ); Mon, 16 Nov 2020 05:18:30 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:7110 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726837AbgKPKS2 (ORCPT ); Mon, 16 Nov 2020 05:18:28 -0500 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0AGACjHa022263; Mon, 16 Nov 2020 11:18:14 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=STMicroelectronics; bh=ZxK0nqexRSDLMtuQw42h/AAZsTjR82dORNC4ap6NePk=; b=tX19IjKZYucTqg3ZFx6pZsILdwUMi2H+fNIRHn8u0LdXx0bFxySKWauPIIUEO1o5LoSt ZMcxTXIfPK58+oU4djiBAD0oXi+ZkBgv5vkR2ycicbMu70ofJst44aKQM1jHeCr0HU00 MuaFmtHNzESh/mgGmzjJBwwv7hxoL17pPUsZxc16M6D18xbJznScdadFQG7xOTjAsV6x WQS2uYFsuoQ0aQRczSbAtw//1GFFa3H7dHNbWzwK9ez2wnGnDyk4r7Hq8F/UlbIEQMGy WtwRdMGuQBpFga02fTwMFTiHnkWOALpkXGOqkMDrmb0yQG2txQ84W88xrc1uh51sH/wk 2A== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 34t58cagn1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 16 Nov 2020 11:18:14 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C8B8D10003A; Mon, 16 Nov 2020 11:18:13 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id B8A0624E850; Mon, 16 Nov 2020 11:18:13 +0100 (CET) Received: from lmecxl0995.lme.st.com (10.75.127.48) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 16 Nov 2020 11:18:12 +0100 Subject: Re: [PATCH 1/2] phy: stm32: don't print an error on probe deferral To: Vinod Koul CC: Kishon Vijay Abraham I , Alexandre Torgue , Maxime Coquelin , Etienne Carriere , , , References: <20201110102305.27205-1-amelie.delaunay@st.com> <20201116073756.GL7499@vkoul-mobl> <1b91bea5-ffbf-37fb-98ac-6abc5f373375@st.com> <20201116095014.GU7499@vkoul-mobl> From: Amelie DELAUNAY Message-ID: <4ceb1fb2-40ef-1029-8941-68e5a3472e29@st.com> Date: Mon, 16 Nov 2020 11:18:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201116095014.GU7499@vkoul-mobl> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-16_03:2020-11-13,2020-11-16 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/16/20 10:50 AM, Vinod Koul wrote: > On 16-11-20, 09:02, Amelie DELAUNAY wrote: >> Hi Vinod, >> >> On 11/16/20 8:37 AM, Vinod Koul wrote: >>> On 10-11-20, 11:23, Amelie Delaunay wrote: >>>> Change stm32-usbphyc driver to not print an error message when the device >>>> probe operation is deferred. >>> >>> Applied all, thanks >>> >> >> I'm sorry for the mess, I sent a v2 for the patch 1/2: >> https://lore.kernel.org/patchwork/patch/1336206/ >> Indeed, I forgot the "return" before dev_err_probe. > > No worries, I have dropped this and picked v2. > Do check if the patches are fine. > > Thanks for letting me know > All is fine now :) Thank you!