From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Fri, 1 Nov 2019 16:44:47 +0000 Subject: [Intel-wired-lan] [PATCH S32 12/15] ice: remove unnecessary conditional check In-Reply-To: <20191025143441.50151-12-anthony.l.nguyen@intel.com> References: <20191025143441.50151-1-anthony.l.nguyen@intel.com> <20191025143441.50151-12-anthony.l.nguyen@intel.com> Message-ID: <7a66e653496949f78d23ecd019433a06@intel.com> 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, October 25, 2019 7:35 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S32 12/15] ice: remove unnecessary > conditional check > > From: Bruce Allan > > There is no reason to do this conditional check before the assignment so > simply remove it. > > Signed-off-by: Bruce Allan > --- > drivers/net/ethernet/intel/ice/ice_switch.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Tested-by: Andrew Bowers