mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
tpm_ibmvtpm: remove unneccessary message level.
KERN_ERR is implicitely declared in pr_err() Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
This commit is contained in:
parent
d6f7aa27f4
commit
84e3b42042
@ -49,7 +49,7 @@ int read_log(struct tpm_bios_log *log)
|
|||||||
|
|
||||||
basep = of_get_property(np, "linux,sml-base", NULL);
|
basep = of_get_property(np, "linux,sml-base", NULL);
|
||||||
if (basep == 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;
|
goto cleanup_eio;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user