diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-16 13:40:26 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-16 13:40:26 +0000 |
commit | 529452971a460b27f5cc0c7058e64d93311632af (patch) | |
tree | f5d0e62a73bd94105be1aa5e9151d7ddfc2b542d /target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch | |
parent | 2c44ebe5490ca56b501e82dd6ae4acdca01bf17e (diff) |
[rdc] set vendor to RDC even if CPU id is not known
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch | 2 |
1 files changed, 1 insertions, 1 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 79a6c9495a..08b92a98ac 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"); |