Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753564Ab3F0PJP (ORCPT ); Thu, 27 Jun 2013 11:09:15 -0400 Received: from mail-oa0-f43.google.com ([209.85.219.43]:50548 "EHLO mail-oa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752030Ab3F0PJN (ORCPT ); Thu, 27 Jun 2013 11:09:13 -0400 MIME-Version: 1.0 In-Reply-To: <20130627145505.GA3076@jshin-Toonie> References: <51C87ADC.4070409@canonical.com> <20130625161935.GA10208@jshin-Toonie> <20130626142852.GA2326@jshin-Toonie> <20130626175722.GA20226@jshin-Toonie> <20130627145505.GA3076@jshin-Toonie> Date: Thu, 27 Jun 2013 20:39:12 +0530 Message-ID: Subject: Re: od_set_powersave_bias: NULL pointer dereference From: Viresh Kumar To: Jacob Shin Cc: Tim Gardner , "Rafael J. Wysocki" , LKML , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 19 On 27 June 2013 20:25, Jacob Shin wrote: > diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c > index 4b9bb5d..93eb5cb 100644 > --- a/drivers/cpufreq/cpufreq_ondemand.c > +++ b/drivers/cpufreq/cpufreq_ondemand.c > @@ -47,6 +47,8 @@ static struct od_ops od_ops; > static struct cpufreq_governor cpufreq_gov_ondemand; > #endif > > +static unsigned int default_powersave_bias; Because you haven't replied to my earlier comment on this, I thought you agreed. But it looks you haven't read my first reply well. -- 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/