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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 708B7C6FA83 for ; Sat, 24 Sep 2022 07:34:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233562AbiIXHeU (ORCPT ); Sat, 24 Sep 2022 03:34:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233565AbiIXHeO (ORCPT ); Sat, 24 Sep 2022 03:34:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0EC51288B4 for ; Sat, 24 Sep 2022 00:34:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 107FEB807E7 for ; Sat, 24 Sep 2022 07:34:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3850CC433D6; Sat, 24 Sep 2022 07:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664004840; bh=4PhFBlqrzVTT67Bn05qUy0wEEgFrBjyYhFSRuqqEgUA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KFQ08E2l/yqeU+paRt97b2jpx8fhY/+IHqHldUOdYujRkA4hAJQ2F2vxXsrJLPe7y i4dV48wVcGB/UQYmxXRmg4QABMgg9O4Utsq38U6KsV25y0rBzsvSjo7fckzB9zhn9j MI36NME5j+3OEc9wt5nVBxxgZqm+9asAHwdOxrKF7ZWhCG9BDGIZkeLTWOvjdXoJLZ U3msiTU6RJ/6sggJS47Rzp+EBTzdLxz6IQ5m06rbbOWhIWEx3hBAOMc6hGlj7xt5Ow Fa3SkRI86pu6UdJLHhEa4YrmUMcLA77yGdWJhnwDmPFbzgLGnOPiNel1shb1vpj4M9 qORYLdxRmrXTA== Date: Sat, 24 Sep 2022 13:03:56 +0530 From: Vinod Koul To: Yuan Can Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@somainline.org, kishon@ti.com, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH RESEND 0/4] phy: Use dev_err_probe() to simplify code Message-ID: References: <20220924070300.25080-1-yuancan@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220924070300.25080-1-yuancan@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 24-09-22, 07:02, Yuan Can wrote: > This series simplify the error handling in probe function by > switching from dev_err() to dev_err_probe(). Applied, thanks -- ~Vinod