From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750771AbYK3Fjg (ORCPT ); Sun, 30 Nov 2008 00:39:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751164AbYK3FjN (ORCPT ); Sun, 30 Nov 2008 00:39:13 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45321 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751217AbYK3FjM (ORCPT ); Sun, 30 Nov 2008 00:39:12 -0500 Date: Sat, 29 Nov 2008 21:39:12 -0800 (PST) Message-Id: <20081129.213912.116149226.davem@davemloft.net> To: tilman@imap.cc Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 2/2] gigaset: get rid of info() and warn() macros From: David Miller In-Reply-To: References: <1227876791.git.tilman@imap.cc> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tilman Schmidt Date: Sat, 29 Nov 2008 23:41:07 +0100 (CET) > Join the move away from the obsolete info() macro, opencoding the > remaining uses. While we're at it, also get rid of the warn() macro > by promoting the three remaining uses to err(). > > Signed-off-by: Tilman Schmidt Also applied to net-next-2.6 Thanks