Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761077AbXJXWva (ORCPT ); Wed, 24 Oct 2007 18:51:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756152AbXJXWvQ (ORCPT ); Wed, 24 Oct 2007 18:51:16 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:52759 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760592AbXJXWvL (ORCPT ); Wed, 24 Oct 2007 18:51:11 -0400 To: Adrian Bunk cc: Andy Gospodarek , Jeff Garzik , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] bonding/bond_main.c: fix cut'n'paste error In-reply-to: <20071024162743.GV30533@stusta.de> References: <20071024162743.GV30533@stusta.de> Comments: In-reply-to Adrian Bunk message dated "Wed, 24 Oct 2007 18:27:43 +0200." X-Mailer: MH-E 8.0.3; nmh 1.1-RC4; GNU Emacs 22.0.95 Date: Wed, 24 Oct 2007 15:51:08 -0700 Message-ID: <4858.1193266268@death> From: Jay Vosburgh Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 36 Adrian Bunk wrote: >This patch fixes a cut'n'paste error in >commit 1b76b31693d4a6088dec104ff6a6ead54081a3c2. > >Signed-off-by: Adrian Bunk Please apply. -J Acked-by: Jay Vosburgh >--- >4888742f8d7fe3b97fbc2911aa46375048173d01 >diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c >index e5fab4b..6937ef0 100644 >--- a/drivers/net/bonding/bond_main.c >+++ b/drivers/net/bonding/bond_main.c >@@ -3682,7 +3682,7 @@ static int bond_open(struct net_device *bond_dev) > } > > if (bond->params.mode == BOND_MODE_8023AD) { >- INIT_DELAYED_WORK(&bond->ad_work, bond_alb_monitor); >+ INIT_DELAYED_WORK(&bond->ad_work, bond_3ad_state_machine_handler); > queue_delayed_work(bond->wq, &bond->ad_work, 0); > /* register to receive LACPDUs */ > bond_register_lacpdu(bond); > - 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/