From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751408AbcFRUWQ (ORCPT ); Sat, 18 Jun 2016 16:22:16 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:51903 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbcFRUWO (ORCPT ); Sat, 18 Jun 2016 16:22:14 -0400 Date: Sat, 18 Jun 2016 22:22:12 +0200 From: Andrew Lunn To: Vivien Didelot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli , Ben Dooks , Sergei Shtylyov Subject: Re: [PATCH v3 net-next v3 09/14] net: dsa: mv88e6xxx: add chip allocation helper Message-ID: <20160618202212.GD7172@lunn.ch> References: <20160618000736.5598-1-vivien.didelot@savoirfairelinux.com> <20160618000736.5598-10-vivien.didelot@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160618000736.5598-10-vivien.didelot@savoirfairelinux.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2016 at 08:07:31PM -0400, Vivien Didelot wrote: > Add an helper function to allocate the chip structure at the beginning > of the probe functions. It will be used to initialize the SMI access. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew