From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Tue, 12 Nov 2019 19:30:24 +0000 Subject: [Intel-wired-lan] [PATCH S33 01/15] ice: Store number of functions for the device In-Reply-To: <20191108142331.10221-1-anthony.l.nguyen@intel.com> References: <20191108142331.10221-1-anthony.l.nguyen@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Tony Nguyen > Sent: Friday, November 8, 2019 6:23 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S33 01/15] ice: Store number of functions > for the device > > From: Bruce Allan > > Store the number of functions the device has and use this number when > setting safe mode capabilities instead of calculating it. > > Signed-off-by: Bruce Allan > Co-developed-by: Kevin Scott > Signed-off-by: Kevin Scott > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/ice/ice_common.c | 21 ++++++++++----------- > drivers/net/ethernet/intel/ice/ice_type.h | 1 + > 2 files changed, 11 insertions(+), 11 deletions(-) Tested-by: Andrew Bowers