Skip to content

Commit

Permalink
tpm_ibmvtpm: remove unneccessary message level.
Browse files Browse the repository at this point in the history
KERN_ERR is implicitely declared in pr_err()

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
  • Loading branch information
Fabian Frederick authored and Peter Huewe committed Jun 16, 2015
1 parent d6f7aa2 commit 84e3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/tpm/tpm_of.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 84e3b42

Please sign in to comment.