From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 4/7] net: qmi_wwan: add usbnet -> priv function Date: Fri, 12 Oct 2018 12:20:03 +0200 Message-ID: <20181012102003.GB27607@kroah.com> References: <20181012091642.21294-1-ben.dooks@codethink.co.uk> <20181012091642.21294-5-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: Content-Disposition: inline In-Reply-To: <20181012091642.21294-5-ben.dooks@codethink.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Oct 12, 2018 at 10:16:39AM +0100, Ben Dooks wrote: > There are a number of places in the qmi_wwan 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