diff --git a/[refs] b/[refs] index a86e073e4eaf..261e046631cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 099bb952b064aebd76b30ca25b51ff6440663195 +refs/heads/master: d1ac2c092d9dbd5ef2b903eea77629929c3314f2 diff --git a/trunk/drivers/mfd/max77686.c b/trunk/drivers/mfd/max77686.c index 4d73963cd8f0..1cbb17609c8b 100644 --- a/trunk/drivers/mfd/max77686.c +++ b/trunk/drivers/mfd/max77686.c @@ -46,7 +46,7 @@ static struct regmap_config max77686_regmap_config = { #ifdef CONFIG_OF static struct of_device_id max77686_pmic_dt_match[] = { - {.compatible = "maxim,max77686", .data = 0}, + {.compatible = "maxim,max77686", .data = NULL}, {}, };