staging: rtlwifi: phydm: Move operator to left hand side
authorNishka Dasgupta <nishka.dasgupta@yahoo.com>
Sat, 30 Mar 2019 19:48:15 +0000 (01:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Apr 2019 17:19:48 +0000 (19:19 +0200)
commit00de2287a7699b6488fea374826f24549a0a487f
treece74a77d1a058362bfd2ecafe1f7109e46bb62a5
parent1bb608f231b2b0d866e7490978d31f66ab6d07b6
staging: rtlwifi: phydm: Move operator to left hand side

Simplify expressions from `status = status & <expression>` to `status &=
<expression>` to make the code more readable.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/phydm/phydm_debug.c