From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758748AbcIHSFk (ORCPT ); Thu, 8 Sep 2016 14:05:40 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:35475 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbcIHSFi (ORCPT ); Thu, 8 Sep 2016 14:05:38 -0400 Date: Thu, 8 Sep 2016 11:05:34 -0700 From: Brian Norris To: Chris Zhong Cc: kishon@ti.com, groeck@chromium.org, wulf@rock-chips.com, heiko@sntech.de, dianders@chromium.org, kever.yang@rock-chips.com, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: rockchip-typec: add pm_runtime_disable in err case Message-ID: <20160908180533.GA29048@localhost> References: <1473356291-19247-1-git-send-email-zyw@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473356291-19247-1-git-send-email-zyw@rock-chips.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 08, 2016 at 10:38:11AM -0700, Chris Zhong wrote: > Add pm_runtime_disable in err case to make the pm_runtime_enable/disable > is invoked balanced. > > Signed-off-by: Chris Zhong Makes sense. Reviewed-by: Brian Norris