Re: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-08 Thread Sergey Organov
Andy Duan writes: > From: Sergey Organov Sent: Wednesday, July 8, 2020 4:49 > PM >> Andy Duan writes: >> >> > From: Sergey Organov Sent: Tuesday, July 7, 2020 >> > 10:43 PM >> >> Andy Duan writes: >> >> >> >> > From: Sergey Organov Sent: Monday, July 6, >> >> > 2020 >> >> 10:26 PM >> >> >>

RE: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-08 Thread Andy Duan
From: Sergey Organov Sent: Wednesday, July 8, 2020 4:49 PM > Andy Duan writes: > > > From: Sergey Organov Sent: Tuesday, July 7, 2020 > > 10:43 PM > >> Andy Duan writes: > >> > >> > From: Sergey Organov Sent: Monday, July 6, > >> > 2020 > >> 10:26 PM > >> >> Code of the form "if(x) x = 0" rep

Re: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-08 Thread Sergey Organov
Andy Duan writes: > From: Sergey Organov Sent: Tuesday, July 7, 2020 10:43 PM >> Andy Duan writes: >> >> > From: Sergey Organov Sent: Monday, July 6, 2020 >> 10:26 PM >> >> Code of the form "if(x) x = 0" replaced with "x = 0". >> >> >> >> Code of the form "if(x == a) x = a" removed. >> >> >>

RE: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-07 Thread Andy Duan
From: Sergey Organov Sent: Tuesday, July 7, 2020 10:43 PM > Andy Duan writes: > > > From: Sergey Organov Sent: Monday, July 6, 2020 > 10:26 PM > >> Code of the form "if(x) x = 0" replaced with "x = 0". > >> > >> Code of the form "if(x == a) x = a" removed. > >> > >> Signed-off-by: Sergey Organo

Re: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-07 Thread Sergey Organov
Andy Duan writes: > From: Sergey Organov Sent: Monday, July 6, 2020 10:26 PM >> Code of the form "if(x) x = 0" replaced with "x = 0". >> >> Code of the form "if(x == a) x = a" removed. >> >> Signed-off-by: Sergey Organov >> --- >> drivers/net/ethernet/freescale/fec_ptp.c | 4 +--- >> 1 file

RE: [EXT] [PATCH 4/5] net: fec: get rid of redundant code in fec_ptp_set()

2020-07-06 Thread Andy Duan
From: Sergey Organov Sent: Monday, July 6, 2020 10:26 PM > Code of the form "if(x) x = 0" replaced with "x = 0". > > Code of the form "if(x == a) x = a" removed. > > Signed-off-by: Sergey Organov > --- > drivers/net/ethernet/freescale/fec_ptp.c | 4 +--- > 1 file changed, 1 insertion(+), 3 del