Merge tag 'defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / acpi / platform_profile.c
index dd2fbf3..d418462 100644 (file)
@@ -106,6 +106,9 @@ static ssize_t platform_profile_store(struct device *dev,
        }
 
        err = cur_profile->profile_set(cur_profile, i);
+       if (!err)
+               sysfs_notify(acpi_kobj, NULL, "platform_profile");
+
        mutex_unlock(&profile_lock);
        if (err)
                return err;