From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH 3/3 net-next] bond: cleanup netpoll code Date: Wed, 24 Jul 2013 21:08:21 +0200 Message-ID: <20130724190821.GD1632@minipsycho.orion> 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 , Neil Horman , Jay Vosburgh , Andy Gospodarek , netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from mail-ee0-f51.google.com ([74.125.83.51]:50155 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753601Ab3GXTIZ (ORCPT ); Wed, 24 Jul 2013 15:08:25 -0400 Received: by mail-ee0-f51.google.com with SMTP id c1so432204eek.38 for ; Wed, 24 Jul 2013 12:08:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130724115357.4d4bddcb@nehalam.linuxnetplumber.net> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Jul 24, 2013 at 08:53:57PM CEST, stephen@networkplumber.org 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 Reviewed-by: Jiri Pirko