From mboxrd@z Thu Jan 1 00:00:00 1970 From: G, GurucharanX Date: Mon, 2 May 2022 08:19:28 +0000 Subject: [Intel-wired-lan] [PATCH v4 intel-next 1/3] ice: remove u16 arithmetic in ice_gnss In-Reply-To: <20220429102145.74764-1-karol.kolacinski@intel.com> References: <20220429102145.74764-1-karol.kolacinski@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 On Behalf Of > Karol Kolacinski > Sent: Friday, April 29, 2022 3:52 PM > To: intel-wired-lan at lists.osuosl.org > Cc: Kolacinski, Karol > Subject: [Intel-wired-lan] [PATCH v4 intel-next 1/3] ice: remove u16 > arithmetic in ice_gnss > > Change u16 to u32 where arithmetic occurres. > > Signed-off-by: Karol Kolacinski > --- > V3 -> V4: Add one missed line > V2 -> V3: Add previously removed err variable > V1 -> V2: Use more native types > > drivers/net/ethernet/intel/ice/ice_gnss.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > Tested-by: Gurucharan (A Contingent worker at Intel)