Tag: 2dfc2deda2c9b1def7dc9399623479b69cd9f7ff

char: tpm: Deletion of unnecessary checks before the function call “tpm_dev_vendor_release”

Author: Markus Elfring <elfring@users.sourceforge.net> The tpm_dev_vendor_release() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Peter Huewe — drivers/char/tpm/tpm_i2c_atmel.c | 3 +– drivers/char/tpm/tpm_i2c_nuvoton.c | 3 +– 2 files changed, 2 insertions(+), …

Continue reading