From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752904AbcISTlf (ORCPT ); Mon, 19 Sep 2016 15:41:35 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34316 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751387AbcISTld (ORCPT ); Mon, 19 Sep 2016 15:41:33 -0400 Subject: Re: [PATCH 0/4] net-next: dsa: set_addr should be optional To: John Crispin , "David S. Miller" , Andrew Lunn References: <1474291683-44167-1-git-send-email-john@phrozen.org> Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <217121e8-6d8a-93c2-fb62-e9288424960e@gmail.com> Date: Mon, 19 Sep 2016 12:41:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1474291683-44167-1-git-send-email-john@phrozen.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/19/2016 06:27 AM, John Crispin wrote: > The Marvell driver is the only one that actually sets the switches HW > address. All other drivers have an empty stub. fix this by making the > callback optional. > > John Crispin (4): > net-next: dsa: fix duplicate invocation of set_addr() > net-next: dsa: make the set_addr() operation optional > net-next: dsa: b53: remove empty set_addr() stub > net-next: dsa: qca8k: remove empty set_addr() stub Reviewed-by: Florian Fainelli -- Florian