Prechádzať zdrojové kódy

securemsm-kernel: smmu-proxy: Remove TVM messaing log

Remove a log on the TVM when we receive a message in the proxy driver.

Change-Id: Ib7197eee830d0cf86b62893949cb6356c4a7b951
Signed-off-by: Chris Goldsworthy <[email protected]>
Chris Goldsworthy 1 rok pred
rodič
commit
53116dd965
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      smmu-proxy/qti-smmu-proxy-tvm.c

+ 0 - 1
smmu-proxy/qti-smmu-proxy-tvm.c

@@ -367,7 +367,6 @@ static void smmu_proxy_process_msg(void *buf, size_t size)
 	struct smmu_proxy_resp_hdr *resp;
 	int ret = -EINVAL;
 
-	pr_err("%s: smmu-proxy message received\n", __func__);
 	if (size < sizeof(*msg_hdr) || msg_hdr->msg_size != size) {
 		pr_err("%s: message received is not of a proper size: 0x%lx, 0x:%lx\n",
 		       __func__, size, msg_hdr->msg_size);