From 5fd687b09f22f2a7735ab1eba94954f42872dec1 Mon Sep 17 00:00:00 2001 From: ACwifidude Date: Sun, 28 May 2023 17:06:05 -0500 Subject: [PATCH] fix socinfo patch --- target/linux/ipq806x/patches-5.15/999-004-fix-socinfo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/patches-5.15/999-004-fix-socinfo.patch b/target/linux/ipq806x/patches-5.15/999-004-fix-socinfo.patch index f0b85bb3b2..9ce5de00c7 100644 --- a/target/linux/ipq806x/patches-5.15/999-004-fix-socinfo.patch +++ b/target/linux/ipq806x/patches-5.15/999-004-fix-socinfo.patch @@ -38,7 +38,7 @@ if (IS_ERR(qs->soc_dev)) return PTR_ERR(qs->soc_dev); -+ pr_info("CPU: %s, SoC Version: %s\ id: %d fmt: %x\n", qs->attr.machine, ++ pr_info("CPU: %s, SoC Version: %s id: %d fmt: %x\n", qs->attr.machine, + qs->attr.revision, info->id, qs->info.fmt); + socinfo_debugfs_init(qs, info, item_size);