tpm_crb_ffa: use dev_xx() macro to print log
authorYeoreum Yun <yeoreum.yun@arm.com>
Tue, 15 Apr 2025 18:50:13 +0000 (19:50 +0100)
committerJarkko Sakkinen <jarkko@kernel.org>
Fri, 23 May 2025 16:05:51 +0000 (19:05 +0300)
commit8d67b79bcc96f85cbd8c16a64e6e8899d5be522c
tree578d448f9b9e598ab33d7777bc41a6a7cdabb1f1
parenta85b55ee64a5da58c6e2c69e2648023189210eae
tpm_crb_ffa: use dev_xx() macro to print log

Instead of pr_xxx() macro, use dev_xxx() to print log.
This patch changes some error log level to warn log level when
the tpm_crb_ffa secure partition doesn't support properly but
system can run without it.
(i.e) unsupport of direct message ABI or unsupported ABI version

Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_crb_ffa.c