Browse Source

touch: fix compilation errors in touch drivers

Remove the %s in pr_warn function which is not needed.

Change-Id: Idf8346b250a51763bdb270cfa36bda416650d91e
Signed-off-by: Yu Wu <[email protected]>
Yu Wu 2 years ago
parent
commit
6b6fdc17bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qts/qts_core.c

+ 1 - 1
qts/qts_core.c

@@ -177,7 +177,7 @@ static int qts_populate_vm_info(struct qts_data *qts_data)
 	rc = of_property_read_string(np, "qts,trusted-touch-type",
 						&vm_info->trusted_touch_type);
 	if (rc) {
-		pr_warn("%s: No trusted touch type selection made\n");
+		pr_warn("No trusted touch type selection mode\n");
 		vm_info->mem_tag = GH_MEM_NOTIFIER_TAG_TOUCH_PRIMARY;
 		vm_info->irq_label = GH_IRQ_LABEL_TRUSTED_TOUCH_PRIMARY;
 		rc = 0;