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)
SVN-Revision: 21475

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 79a6c9495ace4becaa6e6bb716505fb63efb3ce1..08b92a98ac3aa39aedba6e778701c9d7cf3b76c7 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 918daf10d6925a67b055ccddc7699f1c2b4e6b6e..664d807e039dfdbffa98115f40e94cdfac1ac93b 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");