Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84e3b420 authored by Fabian Frederick's avatar Fabian Frederick Committed by Peter Huewe
Browse files

tpm_ibmvtpm: remove unneccessary message level.



KERN_ERR is implicitely declared in pr_err()

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarPeter Huewe <peterhuewe@gmx.de>
parent d6f7aa27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ int read_log(struct tpm_bios_log *log)

	basep = of_get_property(np, "linux,sml-base", NULL);
	if (basep == NULL) {
		pr_err(KERN_ERR "%s: ERROR - SML not found\n", __func__);
		pr_err("%s: ERROR - SML not found\n", __func__);
		goto cleanup_eio;
	}