diff options
author | Len Brown <len.brown@intel.com> | 2009-10-15 06:47:13 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-10-15 06:47:13 +0200 |
commit | d59733c1e56784a99381799021c4f9698f3e6379 (patch) | |
tree | eee7c84624df2aedeefc9c6eef9577f4ef6d4da5 /drivers/acpi/ac.c | |
parent | Merge branch 'launchpad-333386' into release (diff) | |
parent | ACPI button: don't try to use a non-existent lid device (diff) | |
download | linux-d59733c1e56784a99381799021c4f9698f3e6379.tar.xz linux-d59733c1e56784a99381799021c4f9698f3e6379.zip |
Merge branch 'misc' into release
Diffstat (limited to 'drivers/acpi/ac.c')
-rw-r--r-- | drivers/acpi/ac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/ac.c b/drivers/acpi/ac.c index 98b9690b0159..b6ed60b57b0d 100644 --- a/drivers/acpi/ac.c +++ b/drivers/acpi/ac.c @@ -245,6 +245,7 @@ static void acpi_ac_notify(struct acpi_device *device, u32 event) acpi_bus_generate_netlink_event(device->pnp.device_class, dev_name(&device->dev), event, (u32) ac->state); + acpi_notifier_call_chain(device, event, (u32) ac->state); #ifdef CONFIG_ACPI_SYSFS_POWER kobject_uevent(&ac->charger.dev->kobj, KOBJ_CHANGE); #endif |