summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch2
-rw-r--r--target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch b/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
index 79a6c9495..08b92a98a 100644
--- a/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
+++ b/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
@@ -159,7 +159,7 @@
+ break;
+ default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id);
-+ return;
++ break;
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");
diff --git a/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch b/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch
index 918daf10d..664d807e0 100644
--- a/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch
+++ b/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch
@@ -159,7 +159,7 @@
+ break;
+ default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id);
-+ return;
++ break;
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");