From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 2/7] net: asix: add usbnet -> priv function Date: Fri, 12 Oct 2018 12:20:08 +0200 Message-ID: <20181012102008.GC27607@kroah.com> References: <20181012091642.21294-1-ben.dooks@codethink.co.uk> <20181012091642.21294-3-ben.dooks@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel@lists.codethink.co.uk, bjorn@mork.no, steve.glendinning@shawell.net To: Ben Dooks Return-path: Received: from mail.kernel.org ([198.145.29.99]:40958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728045AbeJLRvw (ORCPT ); Fri, 12 Oct 2018 13:51:52 -0400 Content-Disposition: inline In-Reply-To: <20181012091642.21294-3-ben.dooks@codethink.co.uk> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Oct 12, 2018 at 10:16:37AM +0100, Ben Dooks wrote: > There are a number of places in the asix driver where it gets the > private-data from the usbnet passed in. It would be sensible to have > one inline function to convert it and change all points in the driver > to use that. > > Signed-off-by: Ben Dooks Reviewed-by: Greg Kroah-Hartman