time: Move ktime_t overflow checking into timespec_valid_strict
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / bcma / sprom.c
index 26823d9..9ea4627 100644 (file)
@@ -507,7 +507,9 @@ static bool bcma_sprom_onchip_available(struct bcma_bus *bus)
                /* for these chips OTP is always available */
                present = true;
                break;
-
+       case BCMA_CHIP_ID_BCM43228:
+               present = chip_status & BCMA_CC_CHIPST_43228_OTP_PRESENT;
+               break;
        default:
                present = false;
                break;