Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507Ab1EILGd (ORCPT ); Mon, 9 May 2011 07:06:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8927 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751746Ab1EILGc (ORCPT ); Mon, 9 May 2011 07:06:32 -0400 Date: Mon, 9 May 2011 13:06:22 +0200 From: Stanislaw Gruszka To: Paul Bolle Cc: "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [RESEND] iwl4965: drop a lone pr_err() Message-ID: <20110509110621.GA2294@redhat.com> References: <1304771519.2227.6.camel@x61.thuisdomein> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1304771519.2227.6.camel@x61.thuisdomein> User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1298 Lines: 32 On Sat, May 07, 2011 at 02:31:59PM +0200, Paul Bolle wrote: > iwl4965_rate_control_register() prints a message at KERN_ERR level. It > looks like it's just a debugging message, so pr_err() seems to be > overdone. But none of the similar functions in drivers/net/wireless > print a message, so let's just drop it entirely. > > Signed-off-by: Paul Bolle > --- > Previously sent for (I guess) v2.6.39-rc2. Still present in v2.6.39-rc6. This patch is already applied in wireless-next ... commit a22e93f5d819f11d2a2d6332e20ff5b462e5c208 Author: Paul Bolle Date: Thu Apr 7 20:40:32 2011 +0200 iwl4965: drop a lone pr_err() iwl4965_rate_control_register() prints a message at KERN_ERR level. It looks like it's just a debugging message, so pr_err() seems to be overdone. But none of the similar functions in drivers/net/wireless print a message, so let's just drop it. Signed-off-by: Paul Bolle Signed-off-by: John W. Linville -- 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/