On Thu, Jun 23, 2016 at 10:18 AM, H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> wrote: >> Am 22.06.2016 um 22:53 schrieb Linus Walleij <linus.walleij@xxxxxxxxxx>: >> +#ifdef CONFIG_OF >> +static const struct of_device_id bmp280_of_match[] = { >> + { .compatible = "bosch,bme280", .data = (void *)BME280_CHIP_ID }, >> + { .compatible = "bosch,bmp280", .data = (void *)BMP280_CHIP_ID }, >> + { .compatible = "bosch,bmp180", .data = (void *)BMP180_CHIP_ID }, >> + { .compatible = "bosch,bmp085", .data = (void *)BMP180_CHIP_ID }, > > Here I get: > > FATAL: drivers/iio/pressure/bmp280-i2c: struct of_device_id is not terminated with a NULL entry! I got this from the build robot too, fixed locally and resending in v3. Thanks! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html