From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: linux-next: manual merge of the staging tree with the net tree Date: Wed, 29 Jul 2009 06:46:59 -0700 (PDT) Message-ID: <20090729.064659.193718905.davem@davemloft.net> References: <20090729165211.c13f3ca3.sfr@canb.auug.org.au> <20090729124406.GA26931@kroah.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35144 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755565AbZG2Nqw (ORCPT ); Wed, 29 Jul 2009 09:46:52 -0400 In-Reply-To: <20090729124406.GA26931@kroah.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: greg@kroah.com Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, kaber@trash.net From: Greg KH Date: Wed, 29 Jul 2009 05:44:06 -0700 > On Wed, Jul 29, 2009 at 04:52:11PM +1000, Stephen Rothwell wrote: >> Hi Greg, >> >> Today's linux-next merge of the staging tree got a conflict in >> drivers/staging/epl/VirtualEthernetLinux.c between commit >> 6ed106549d17474ca17a16057f4c0ed4eba5a7ca ("net: use NETDEV_TX_OK instead >> of 0 in ndo_start_xmit() functions") from the net tree and commit >> 49acb975a21d150c4beba4e581f3e1d004dd2867 ("Staging: remove epl driver") >> from the staging tree. >> >> The latter just removes the file, so I did that. > > Thanks a lot. Yes, the epl driver has been dropped from staging, so > that's the right thing to do. Please make sure you integrate that change, if the driver is simply moving out of staging to somewhere else.