Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755278Ab3CVTTQ (ORCPT ); Fri, 22 Mar 2013 15:19:16 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:43599 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755193Ab3CVTTP convert rfc822-to-8bit (ORCPT ); Fri, 22 Mar 2013 15:19:15 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Pankaj Jangra , Sachin Kamat From: Mike Turquette In-Reply-To: Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1363168069-11331-1-git-send-email-sachin.kamat@linaro.org> Message-ID: <20130322191909.834.66730@quantum> User-Agent: alot/0.3.3+ Subject: Re: [PATCH 1/1] clk: Fix incorrect return type in clk.c Date: Fri, 22 Mar 2013 12:19:09 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 29 Quoting Pankaj Jangra (2013-03-13 10:09:18) > Hi. > > On Wed, Mar 13, 2013 at 3:17 PM, Sachin Kamat wrote: > > Return type of function clk_propagate_rate_change is a pointer. > > But 0 was being returned. Change it to NULL. > > Silences the following warning: > > drivers/clk/clk.c:977:24: warning: Using plain integer as NULL pointer > > > > Signed-off-by: Sachin Kamat > > --- > > drivers/clk/clk.c | 2 +- > > Looks good to me. > Reviewed-by: Pankaj Jangra > Thanks for the fix. Taken into clk-next. Regards, Mike > Regards, > Pankaj Jangra -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/