From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753034AbcGFGGg (ORCPT ); Wed, 6 Jul 2016 02:06:36 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:43546 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbcGFGG3 (ORCPT ); Wed, 6 Jul 2016 02:06:29 -0400 MIME-Version: 1.0 In-Reply-To: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> References: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> From: Chen-Yu Tsai Date: Wed, 6 Jul 2016 14:06:04 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] phy: sun9i-usb: fix error handling To: Christophe JAILLET Cc: Kishon Vijay Abraham I , Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel , linux-kernel , kernel-janitors@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 6, 2016 at 2:00 PM, Christophe JAILLET wrote: > This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is > expected here. > > Signed-off-by: Christophe JAILLET Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Date: Wed, 06 Jul 2016 06:06:04 +0000 Subject: Re: [PATCH] phy: sun9i-usb: fix error handling Message-Id: List-Id: References: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> In-Reply-To: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Jul 6, 2016 at 2:00 PM, Christophe JAILLET wrote: > This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is > expected here. > > Signed-off-by: Christophe JAILLET Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Wed, 6 Jul 2016 14:06:04 +0800 Subject: [PATCH] phy: sun9i-usb: fix error handling In-Reply-To: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> References: <1467784806-17091-1-git-send-email-christophe.jaillet@wanadoo.fr> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 6, 2016 at 2:00 PM, Christophe JAILLET wrote: > This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is > expected here. > > Signed-off-by: Christophe JAILLET Acked-by: Chen-Yu Tsai