net/mlx5_core: Extend struct mlx5_interface to support multiple protocols
[firefly-linux-kernel-4.4.55.git] / drivers / ssb / main.c
index 1e180c400f1721a45c34295d5b7b72f64e722107..a48a7439a2067d4311f81ce625f89ebcea6d1a24 100644 (file)
@@ -1135,6 +1135,8 @@ static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev)
        case SSB_IDLOW_SSBREV_25:     /* TODO - find the proper REJECT bit */
        case SSB_IDLOW_SSBREV_27:     /* same here */
                return SSB_TMSLOW_REJECT;       /* this is a guess */
+       case SSB_IDLOW_SSBREV:
+               break;
        default:
                WARN(1, KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev);
        }