From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH] Remove extra arg from dprintk in cpufreq/speedstep-smi.c Date: Sun, 7 Aug 2005 15:57:25 -0400 Message-ID: <20050807195725.GA5844@redhat.com> References: <20050807194939.GA22710@miku.homelinux.net> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20050807194939.GA22710@miku.homelinux.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cpufreq-bounces@lists.linux.org.uk Errors-To: cpufreq-bounces+glkc-cpufreq=gmane.org@lists.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mikukkon@gmail.com Cc: cpufreq@lists.linux.org.uk On Sun, Aug 07, 2005 at 10:49:39PM +0300, Mika Kukkonen wrote: > Minor fallout from my upcoming __attribute__((format(printf,x,y))) > patches. The variable 'result' is untouched, so this patch just removes > it. > > Signed-off-by: Mika Kukkonen Applied to cpufreq.git. Thanks. Dave