From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752488AbYK3IXq (ORCPT ); Sun, 30 Nov 2008 03:23:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751090AbYK3IXf (ORCPT ); Sun, 30 Nov 2008 03:23:35 -0500 Received: from smtp.wellnetcz.com ([212.24.148.102]:58372 "EHLO smtp.wellnetcz.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751085AbYK3IXe (ORCPT ); Sun, 30 Nov 2008 03:23:34 -0500 From: Jiri Slaby To: David Miller Cc: chas@cmf.nrl.navy.mil, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Slaby Subject: [PATCH] MAINTAINERS: add netdev to ATM Date: Sun, 30 Nov 2008 09:23:09 +0100 Message-Id: <1228033389-24415-1-git-send-email-jirislaby@gmail.com> X-Mailer: git-send-email 1.6.0.4 In-Reply-To: <20081129.204341.88799313.davem@davemloft.net> References: <20081129.204341.88799313.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Miller wrote: > > One fail path in hrz_probe omitted device disable. Fix it. > > > > Signed-off-by: Jiri Slaby > > Applied, but please post all networking patches to > netdev@vger.kernel.org, in particular so that they > get properly tracked at: > > http://patchwork.ozlabs.org/project/netdev/list/ > > I feel like I type this in at least 10 times a day, so > people please start making sure netdev is on the CC: for > all networking patches. Hmm, I didn't even think this is net related. I would expect such things to be in drivers/net/ then. Consider the patch below for applying. -- Signed-off-by: Jiri Slaby --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e17fa7d..6035710 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -779,6 +779,7 @@ ATM P: Chas Williams M: chas@cmf.nrl.navy.mil L: linux-atm-general@lists.sourceforge.net (subscribers-only) +L: netdev@vger.kernel.org W: http://linux-atm.sourceforge.net S: Maintained -- 1.6.0.4