diff options
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | 2017-10-18 02:53:14 +0200 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2017-11-08 21:16:36 +0100 |
commit | e5729f86a2987c9404f9b2fb494b9a6fc4412baf (patch) | |
tree | d6900eafd031f85f204f81410e95e41ffbf6778f /arch/xtensa | |
parent | ima: Fix bool initialization/comparison (diff) | |
download | linux-e5729f86a2987c9404f9b2fb494b9a6fc4412baf.tar.xz linux-e5729f86a2987c9404f9b2fb494b9a6fc4412baf.zip |
ima: Remove redundant conditional operator
A non-zero value is converted to 1 when assigned to a bool variable, so the
conditional operator in is_ima_appraise_enabled is redundant.
The value of a comparison operator is either 1 or 0 so the conditional
operator in ima_inode_setxattr is redundant as well.
Confirmed that the patch is correct by comparing the object file from
before and after the patch. They are identical.
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions