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
>> >> >>
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
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.
>> >>
>>
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
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
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