From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net-next] net: rocker: Use ether_addr_equal Date: Fri, 1 May 2015 09:27:24 +0200 Message-ID: <20150501072724.GA3438@nanopsycho.orion> References: <1430374889-7479-1-git-send-email-simon.horman@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Scott Feldman , David Miller , netdev@vger.kernel.org To: Simon Horman Return-path: Received: from mail-wi0-f171.google.com ([209.85.212.171]:36182 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbbEAH11 (ORCPT ); Fri, 1 May 2015 03:27:27 -0400 Received: by wizk4 with SMTP id k4so45223994wiz.1 for ; Fri, 01 May 2015 00:27:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1430374889-7479-1-git-send-email-simon.horman@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Apr 30, 2015 at 08:21:29AM CEST, simon.horman@netronome.com wrote: >A small cleanup to make use of the ether_addr_equal helper. > >Signed-off-by: Simon Horman Acked-by: Jiri Pirko