From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933110AbcGGHq4 (ORCPT ); Thu, 7 Jul 2016 03:46:56 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:34852 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756213AbcGGHqy (ORCPT ); Thu, 7 Jul 2016 03:46:54 -0400 Date: Thu, 7 Jul 2016 09:46:50 +0200 From: Daniel Lezcano To: Christophe JAILLET Cc: michal.simek@xilinx.com, soren.brinkmann@xilinx.com, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] clocksource: cadence_ttc: fix a return value in case of error Message-ID: <20160707074650.GA13755@linaro.org> References: <1467783323-16632-1-git-send-email-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467783323-16632-1-git-send-email-christophe.jaillet@wanadoo.fr> 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 Wed, Jul 06, 2016 at 07:35:23AM +0200, Christophe JAILLET wrote: > IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. > > Fixes: 4de1eb07c47f (Convert init function to return error) > > Signed-off-by: Christophe JAILLET Applied, thanks. -- Daniel