Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[cascardo/linux.git] / drivers / mfd / mfd-core.c
index 4b4c1d4..3ac486a 100644 (file)
@@ -193,8 +193,8 @@ static int mfd_add_device(struct device *parent, int id,
                        goto fail_alias;
        }
 
-       if (cell->pset) {
-               ret = platform_device_add_properties(pdev, cell->pset);
+       if (cell->properties) {
+               ret = platform_device_add_properties(pdev, cell->properties);
                if (ret)
                        goto fail_alias;
        }