From: Andrea Claudi <hidden> Date: 2021-08-12 09:01:56
On Wed, Aug 11, 2021 at 09:08:15AM -0700, Stephen Hemminger wrote:
It is bad style in C to do assignment in a conditional.
It causes errors, and is not anymore efficient.
I agree with you.
There is a large number of similar assignments in other parts of the
code; I can work on a treewide patch to address them all, if you think
it's a good idea.