commit | 29544f03e52b2a6670ae1f1331033feefa216536 | [log] [tgz] |
---|---|---|
author | Michał Kępień <kernel@kempniu.pl> | Wed Jan 11 09:59:32 2017 +0100 |
committer | Darren Hart <dvhart@linux.intel.com> | Sat Feb 04 02:47:18 2017 +0100 |
tree | f0964c31d00ca5941cd750b29452fae15670c041 | |
parent | 2451d19d5d6a4659e5345024efdef3fc5336938a [diff] |
platform/x86: fujitsu-laptop: break up complex loop condition The loop condition in acpi_fujitsu_hotkey_release() includes an assignment, a four-argument function call and a comparison, making it hard to read. Separate the assignment from the comparison to improve readability. Signed-off-by: Michał Kępień <kernel@kempniu.pl> Acked-by: Jonathan Woithe <jwoithe@just42.net> Signed-off-by: Darren Hart <dvhart@linux.intel.com>