Fix Coverity Issue
10473656. Use "%s" instead of "%" to
print the function name.
Signed-off-by: Ji Luo <ji.luo@nxp.com>
Change-Id: I3158b2504a2be0330eb982d279811ca88935a902
(cherry picked from commit
4339a489b8f24b35d2e59084e7ce42de27f28461)
if (req->write_size) {
if ((req->write_size % MMC_BLOCK_SIZE) != 0) {
- trusty_error("%: invalid write size %u\n", __func__,
+ trusty_error("%s: invalid write size %u\n", __func__,
req->write_size);
msg->result = STORAGE_ERR_NOT_VALID;
goto err_response;