[rdc] set vendor to RDC even if CPU id is not known
authorFlorian Fainelli <florian@openwrt.org>
Sun, 16 May 2010 13:40:26 +0000 (13:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 16 May 2010 13:40:26 +0000 (13:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21475 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch

index 79a6c94..08b92a9 100644 (file)
 +              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");
index 918daf1..664d807 100644 (file)
 +              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");