From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH 1/3 net-next] bridge: cleanup netpoll code Date: Wed, 24 Jul 2013 21:07:40 +0200 Message-ID: <20130724190740.GB1632@minipsycho.orion> References: <20130724115141.63bba894@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-f44.google.com ([74.125.83.44]:65191 "EHLO mail-ee0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753601Ab3GXTHo (ORCPT ); Wed, 24 Jul 2013 15:07:44 -0400 Received: by mail-ee0-f44.google.com with SMTP id c13so444877eek.3 for ; Wed, 24 Jul 2013 12:07:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130724115141.63bba894@nehalam.linuxnetplumber.net> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Jul 24, 2013 at 08:51:41PM CEST, stephen@networkplumber.org wrote: >This started out with fixing a sparse warning, then I realized that >the wrapper function br_netpoll_info could just be collapsed away >by rolling it into the enable code. > >Also, eliminate unnecessary goto's > >Signed-off-by: Stephen Hemminger Reviewed-by: Jiri Pirko