ACPICA: Utilities: Cleanup style issue for bit clearing
authorLv Zheng <lv.zheng@intel.com>
Fri, 17 Nov 2017 23:40:23 +0000 (15:40 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Nov 2017 00:20:30 +0000 (01:20 +0100)
commit19654f9f24a47d374e5b413c67d05ecb5a1df580
treec7ca70d2a0b4e41da597b96e69d30acbca3b137a
parent4c189c9da00edcb1e5cc82b9f46a02692b465440
ACPICA: Utilities: Cleanup style issue for bit clearing

ACPICA commit b49a0e1e26f3c61df7113f18f441c83739eb5514

It's reported in Linux community that change to utmath.c contains a style
problem:
 [.../utmath.c:137]: (style) Same expression on both sides of '^='.
 [.../utmath.c:174]: (style) Same expression on both sides of '^='.
This patch fixes this problem. ACPICA BZ 1422, reported by David Binderman,
fixed by Lv Zheng.

Link: https://github.com/acpica/acpica/commit/b49a0e1e
Link: https://bugs.acpica.org/show_bug.cgi?id=1422
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utmath.c