diff options
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 918daf1..664d807 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"); |