commit | 84a0a967a44b9da6c5effff628aafa7698050574 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Jun 04 21:21:20 2017 +0200 |
committer | Stefano Stabellini <sstabellini@kernel.org> | Mon Jun 05 10:38:24 2017 -0700 |
tree | 7120dca69d6e0fc0072815dd56c0c49dc6abadc8 | |
parent | d6bb4ec32c832fb0fcc43636327e17a0724e2324 [diff] |
arm/xen: Adjust one function call together with a variable assignment The script "checkpatch.pl" pointed information out like the following. ERROR: do not use assignment in if condition Thus fix the affected source code place. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>