{ "INT33C4", LPSS_ADDR(lpt_uart_dev_desc) },
        { "INT33C5", LPSS_ADDR(lpt_uart_dev_desc) },
        { "INT33C6", LPSS_ADDR(lpt_sdio_dev_desc) },
-       { "INT33C7", },
 
        /* BayTrail LPSS devices */
        { "80860F09", LPSS_ADDR(byt_pwm_dev_desc) },
        { "80860F0E", LPSS_ADDR(byt_spi_dev_desc) },
        { "80860F14", LPSS_ADDR(byt_sdio_dev_desc) },
        { "80860F41", LPSS_ADDR(byt_i2c_dev_desc) },
-       { "INT33B2", },
-       { "INT33FC", },
 
        /* Braswell LPSS devices */
        { "80862286", LPSS_ADDR(lpss_dma_desc) },
        { "INT3434", LPSS_ADDR(lpt_uart_dev_desc) },
        { "INT3435", LPSS_ADDR(lpt_uart_dev_desc) },
        { "INT3436", LPSS_ADDR(lpt_sdio_dev_desc) },
-       { "INT3437", },
 
        /* Wildcat Point LPSS devices */
        { "INT3438", LPSS_ADDR(lpt_spi_dev_desc) },
        int ret;
 
        dev_desc = (const struct lpss_device_desc *)id->driver_data;
-       if (!dev_desc) {
-               pdev = acpi_create_platform_device(adev, NULL);
-               return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1;
-       }
+       if (!dev_desc)
+               return -EINVAL;
+
        pdata = kzalloc(sizeof(*pdata), GFP_KERNEL);
        if (!pdata)
                return -ENOMEM;