From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH 3/3 net-next] bond: cleanup netpoll code Date: Thu, 25 Jul 2013 09:06:06 -0400 Message-ID: <20130725130606.GC19366@hmsreliant.think-freely.org> References: <20130724115141.63bba894@nehalam.linuxnetplumber.net> <20130724115357.4d4bddcb@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , Jiri Pirko , Jay Vosburgh , Andy Gospodarek , netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:37075 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755869Ab3GYNGO (ORCPT ); Thu, 25 Jul 2013 09:06:14 -0400 Content-Disposition: inline In-Reply-To: <20130724115357.4d4bddcb@nehalam.linuxnetplumber.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Jul 24, 2013 at 11:53:57AM -0700, Stephen Hemminger wrote: > This started out with fixing a sparse warning, then I realized that > the wrapper function bond_netpoll_info could just be removed > by rolling it into the enable code. > > Signed-off-by: Stephen Hemminger > Acked-by: Neil Horman