qeth: support the new OSA CHPID types OSX and OSM
[linux-block.git] / drivers / s390 / net / qeth_core_sys.c
index cbac4050afb25d682f4e5b567b8b70d3265ddc18..2eb022ff2610f725bad556a6d67c47371dae13d8 100644 (file)
@@ -490,7 +490,8 @@ static ssize_t qeth_dev_isolation_store(struct device *dev,
 
        mutex_lock(&card->conf_mutex);
        /* check for unknown, too, in case we do not yet know who we are */
-       if (card->info.type != QETH_CARD_TYPE_OSAE &&
+       if (card->info.type != QETH_CARD_TYPE_OSD &&
+           card->info.type != QETH_CARD_TYPE_OSX &&
            card->info.type != QETH_CARD_TYPE_UNKNOWN) {
                rc = -EOPNOTSUPP;
                dev_err(&card->gdev->dev, "Adapter does not "