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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F35C1C433F5 for ; Wed, 13 Apr 2022 07:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=d+xum58vfTqiHKqBiLw/4QkURfJE0sxE/J3w8AdkcQQ=; b=Mm0NZT2F5w//Hd r0d1MBvMXixmmTE1XpZRSiAdunJ4GTe10QKjULYN5kCKlauYnx92wHUaCEFdO6TW841Qw++GcHcvg Q95YF0+gzYDli78nz7Ovfh+Vu1jfATUn+6edIPMBDFJ6bW3ugTcr0+X2Vuy254HCyxoSwQCCRWqRc K0ziePRP90nU4SLM8MnNgilypPjA3n0a1XJl2HQLo/cOJoUSbLHr93BMrh1ftpXxf6VEfYSPmEVs9 RPYopZXf5+DI6qsC5oT+IN1Qy/ZOXcWVInWk1JVkjGdjdwVaPylACeqPpcAW0VwdArl3WuEeqE3uG +z9j3KFnAc2l3y00M+RQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXkw-00HT3B-2Z; Wed, 13 Apr 2022 07:49:38 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXkl-00HT06-At; Wed, 13 Apr 2022 07:49:28 +0000 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 A6882B8214B; Wed, 13 Apr 2022 07:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45B7C385A3; Wed, 13 Apr 2022 07:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649836164; bh=P3PLLYEnQouhxbXJippcLF+VwcPI1Q2ZMS5OvlaMfyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSteYYZB6AVx6v/PHai0BVgRNkBYhVWJfvdWe1bnv0yrQYkYwgbU07JDTO80e2tyr ukdSwYpauO7qtS6AuSZ6eUCUXAXXuypOL5tAV8P7CSuws0dIrAC05YkyiQMtLwMfF3 Z3DaTjVivkAYgPvCB7RUQ8Vv0KiJew0yDUCVz/ZHIuE/UPi5Fe7qEDmIuD9fxCn1Bx nHYsh6i/SxngdHcaEUcTdKkor3uK+CRi5ZSUUii6Fi1yWzP6dbjMjNLzso/nmPh3Dg hLrf+P5KU43ovVLVoSf/ZP8Fm2thEpIeCpJyLCNNKNO0G1thbQfdSFHnCibZMScTYo HgCAP5grseUgQ== Date: Wed, 13 Apr 2022 13:19:20 +0530 From: Vinod Koul To: AngeloGioacchino Del Regno Cc: chunkuang.hu@kernel.org, p.zabel@pengutronix.de, chunfeng.yun@mediatek.com, kishon@ti.com, matthias.bgg@gmail.com, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Message-ID: References: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220413_004927_552406_D4C0BEB3 X-CRM114-Status: UNSURE ( 6.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 28-03-22, 13:10, AngeloGioacchino Del Regno wrote: > Use the dev_err_probe() helper to simplify error handling during probe. Applied, thanks -- ~Vinod _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3DE5EC433F5 for ; Wed, 13 Apr 2022 07:49:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=mS1oph5MN4KkgKd/tgaA+uhWSkh+H28zOjXt1mftxdQ=; b=VM6wC2xgWtsdvx xfP60fquSPqWWyYmKmqATWmWT+BjXl5FGF+0VWKNlKnRywd5EFfSugItF1m/iQbOlTj25Nn3sAn+w wzRvAB1Zu63Slkx4P6ToZAwu5FnWgQZft5poCU08RCjx+8igBietAUDKODh7AYDGCoWPCuP0ppX6t cmfAzUIsBRkWf2SPMIMcIKsIIqowCMKrPNNdOvNH+s+3bFLHx3JmNIufHcvn2tl9plBTwgTZquccy L4B6S21T7cRYEctCCxfnDUjj6gk7HmHbapWxPmN3PpGL8aokREsCx1nqmNF1qiXYDWiXBWcgQ5fV9 /n9F5G39RQJpQu0SuWPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXkw-00HT3I-Li; Wed, 13 Apr 2022 07:49:38 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXkl-00HT06-At; Wed, 13 Apr 2022 07:49:28 +0000 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 A6882B8214B; Wed, 13 Apr 2022 07:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45B7C385A3; Wed, 13 Apr 2022 07:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649836164; bh=P3PLLYEnQouhxbXJippcLF+VwcPI1Q2ZMS5OvlaMfyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSteYYZB6AVx6v/PHai0BVgRNkBYhVWJfvdWe1bnv0yrQYkYwgbU07JDTO80e2tyr ukdSwYpauO7qtS6AuSZ6eUCUXAXXuypOL5tAV8P7CSuws0dIrAC05YkyiQMtLwMfF3 Z3DaTjVivkAYgPvCB7RUQ8Vv0KiJew0yDUCVz/ZHIuE/UPi5Fe7qEDmIuD9fxCn1Bx nHYsh6i/SxngdHcaEUcTdKkor3uK+CRi5ZSUUii6Fi1yWzP6dbjMjNLzso/nmPh3Dg hLrf+P5KU43ovVLVoSf/ZP8Fm2thEpIeCpJyLCNNKNO0G1thbQfdSFHnCibZMScTYo HgCAP5grseUgQ== Date: Wed, 13 Apr 2022 13:19:20 +0530 From: Vinod Koul To: AngeloGioacchino Del Regno Cc: chunkuang.hu@kernel.org, p.zabel@pengutronix.de, chunfeng.yun@mediatek.com, kishon@ti.com, matthias.bgg@gmail.com, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Message-ID: References: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220413_004927_552406_D4C0BEB3 X-CRM114-Status: UNSURE ( 6.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On 28-03-22, 13:10, AngeloGioacchino Del Regno wrote: > Use the dev_err_probe() helper to simplify error handling during probe. Applied, thanks -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F0573C433EF for ; Wed, 13 Apr 2022 07:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=gz067HbVgXSao6ov1ksXDJ9ZnyQGDd6b4qX0eSHGuxQ=; b=Kgbp1+W7Qm5pWx kuFxm9UlIktwFx91EzOoyMVMzXZj34dzwSZBcXPsy/btRKRtfgQEPtDuQ6Q919t6oQW1r965SxXzP NOCd8MpPMB6g7HpkSH9kq5d1H7V4Bx01F4hzuMao83wqPZE/ChlVzgAMnWyBuwe6X/uLZXYdXaGtY URRnNInDBnzS5+5lsjF66h6rfaDDVAzcVhUJjHippXW4KnBeVapLotaw3wK4m5yzH7Eh++RKJkGBO 4RwTflNCsTKwkycszODO4zbugKFhTi096b/G1Ecj7jdzrb9UWfQAhKcPA5VzHY3E/Y0YCXkV+UGcS LHiJKxHK3uToqONcB/gg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXko-00HT11-7x; Wed, 13 Apr 2022 07:49:30 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1neXkl-00HT06-At; Wed, 13 Apr 2022 07:49:28 +0000 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 A6882B8214B; Wed, 13 Apr 2022 07:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45B7C385A3; Wed, 13 Apr 2022 07:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649836164; bh=P3PLLYEnQouhxbXJippcLF+VwcPI1Q2ZMS5OvlaMfyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSteYYZB6AVx6v/PHai0BVgRNkBYhVWJfvdWe1bnv0yrQYkYwgbU07JDTO80e2tyr ukdSwYpauO7qtS6AuSZ6eUCUXAXXuypOL5tAV8P7CSuws0dIrAC05YkyiQMtLwMfF3 Z3DaTjVivkAYgPvCB7RUQ8Vv0KiJew0yDUCVz/ZHIuE/UPi5Fe7qEDmIuD9fxCn1Bx nHYsh6i/SxngdHcaEUcTdKkor3uK+CRi5ZSUUii6Fi1yWzP6dbjMjNLzso/nmPh3Dg hLrf+P5KU43ovVLVoSf/ZP8Fm2thEpIeCpJyLCNNKNO0G1thbQfdSFHnCibZMScTYo HgCAP5grseUgQ== Date: Wed, 13 Apr 2022 13:19:20 +0530 From: Vinod Koul To: AngeloGioacchino Del Regno Cc: chunkuang.hu@kernel.org, p.zabel@pengutronix.de, chunfeng.yun@mediatek.com, kishon@ti.com, matthias.bgg@gmail.com, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Message-ID: References: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220413_004927_552406_D4C0BEB3 X-CRM114-Status: UNSURE ( 6.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28-03-22, 13:10, AngeloGioacchino Del Regno wrote: > Use the dev_err_probe() helper to simplify error handling during probe. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BAC56C433F5 for ; Wed, 13 Apr 2022 07:49:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 041D410E103; Wed, 13 Apr 2022 07:49:29 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0DC9810E103 for ; Wed, 13 Apr 2022 07:49:27 +0000 (UTC) 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 A6882B8214B; Wed, 13 Apr 2022 07:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45B7C385A3; Wed, 13 Apr 2022 07:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649836164; bh=P3PLLYEnQouhxbXJippcLF+VwcPI1Q2ZMS5OvlaMfyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSteYYZB6AVx6v/PHai0BVgRNkBYhVWJfvdWe1bnv0yrQYkYwgbU07JDTO80e2tyr ukdSwYpauO7qtS6AuSZ6eUCUXAXXuypOL5tAV8P7CSuws0dIrAC05YkyiQMtLwMfF3 Z3DaTjVivkAYgPvCB7RUQ8Vv0KiJew0yDUCVz/ZHIuE/UPi5Fe7qEDmIuD9fxCn1Bx nHYsh6i/SxngdHcaEUcTdKkor3uK+CRi5ZSUUii6Fi1yWzP6dbjMjNLzso/nmPh3Dg hLrf+P5KU43ovVLVoSf/ZP8Fm2thEpIeCpJyLCNNKNO0G1thbQfdSFHnCibZMScTYo HgCAP5grseUgQ== Date: Wed, 13 Apr 2022 13:19:20 +0530 From: Vinod Koul To: AngeloGioacchino Del Regno Subject: Re: [PATCH] phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Message-ID: References: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: chunkuang.hu@kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, kishon@ti.com, matthias.bgg@gmail.com, linux-mediatek@lists.infradead.org, chunfeng.yun@mediatek.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 28-03-22, 13:10, AngeloGioacchino Del Regno wrote: > Use the dev_err_probe() helper to simplify error handling during probe. Applied, thanks -- ~Vinod 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 87116C433F5 for ; Wed, 13 Apr 2022 07:49:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233408AbiDMHvx (ORCPT ); Wed, 13 Apr 2022 03:51:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233393AbiDMHvr (ORCPT ); Wed, 13 Apr 2022 03:51:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2D162DC for ; Wed, 13 Apr 2022 00:49:26 -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 890FCB82133 for ; Wed, 13 Apr 2022 07:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45B7C385A3; Wed, 13 Apr 2022 07:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649836164; bh=P3PLLYEnQouhxbXJippcLF+VwcPI1Q2ZMS5OvlaMfyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSteYYZB6AVx6v/PHai0BVgRNkBYhVWJfvdWe1bnv0yrQYkYwgbU07JDTO80e2tyr ukdSwYpauO7qtS6AuSZ6eUCUXAXXuypOL5tAV8P7CSuws0dIrAC05YkyiQMtLwMfF3 Z3DaTjVivkAYgPvCB7RUQ8Vv0KiJew0yDUCVz/ZHIuE/UPi5Fe7qEDmIuD9fxCn1Bx nHYsh6i/SxngdHcaEUcTdKkor3uK+CRi5ZSUUii6Fi1yWzP6dbjMjNLzso/nmPh3Dg hLrf+P5KU43ovVLVoSf/ZP8Fm2thEpIeCpJyLCNNKNO0G1thbQfdSFHnCibZMScTYo HgCAP5grseUgQ== Date: Wed, 13 Apr 2022 13:19:20 +0530 From: Vinod Koul To: AngeloGioacchino Del Regno Cc: chunkuang.hu@kernel.org, p.zabel@pengutronix.de, chunfeng.yun@mediatek.com, kishon@ti.com, matthias.bgg@gmail.com, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Message-ID: References: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220328111046.210736-1-angelogioacchino.delregno@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-03-22, 13:10, AngeloGioacchino Del Regno wrote: > Use the dev_err_probe() helper to simplify error handling during probe. Applied, thanks -- ~Vinod