generic: rtl8366rb: use correct bitmasks in sanity checks
[openwrt.git] / target / linux / rdc / patches-2.6.32 / 010-rdc_cpu_ident.patch
index 918daf1..65cfc1e 100644 (file)
@@ -72,7 +72,7 @@
 +
 --- a/arch/x86/Kconfig
 +++ b/arch/x86/Kconfig
-@@ -398,6 +398,7 @@ config X86_RDC321X
+@@ -403,6 +403,7 @@ config X86_RDC321X
        bool "RDC R-321x SoC"
        depends on X86_32
        depends on X86_EXTENDED_PLATFORM
 +              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.037784 seconds and 4 git commands to generate.