[rdc] set vendor to RDC even if CPU id is not known
[openwrt.git] / target / linux / rdc / patches-2.6.30 / 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");
This page took 0.021442 seconds and 4 git commands to generate.