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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 68207C433FE for ; Sat, 5 Dec 2020 08:07:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DF7822D0B for ; Sat, 5 Dec 2020 08:07:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728843AbgLEIHG (ORCPT ); Sat, 5 Dec 2020 03:07:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:46802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726031AbgLEIHE (ORCPT ); Sat, 5 Dec 2020 03:07:04 -0500 Date: Sat, 5 Dec 2020 13:36:19 +0530 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607155584; bh=rqiDnzGnW9HWgQThLnWuKuocLnj2hdTK1JTmPXUDQzI=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=X3a4G/EfnwM1dSbTrhmIK4mD8wkjZHHcu+9fsUFv3VWKD9jbzMxFxZ1/KOFE3tjFV +vGZSEesNUsFvu9YJDs7j03f3CG9QR7gIHKfERUBnRJxfPl4iYTcYcFSzIw99Y/Uwo JJupr8wWup4hKgAsQQo8LvxXM57Hq1Z0phFLRT0RGwyz6PUZ3B4KEnWucAaV1Aoew6 MCMEVWSazNNXUA/8GNKvLSTk0PMcJ63no45s3UE2fVuYaQp+e2xEKbWEiH/8jwgH7o 0eVCA7+06AOIszVq535DlXNbcLkAO4OGuHeTRYxNnU9ukE/QthZsobZlmNND8eNWiF +60FjcWXuvZUQ== From: Vinod Koul To: Wang Li Cc: yoshihiro.shimoda.uh@renesas.com, kishon@ti.com, biju.das@bp.renesas.com, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2] phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failure Message-ID: <20201205080619.GV8403@vkoul-mobl> References: <20201126024412.4046845-1-wangli74@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201126024412.4046845-1-wangli74@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On 26-11-20, 10:44, Wang Li wrote: > pm_runtime_enable() will decrease power disable depth. Thus a pairing > increment is needed on the error handling path to keep it balanced. Applied, thanks -- ~Vinod