mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
mei: bus: enable asynchronous suspend.
Enable asynchronous suspend for devices on MEI bus, required for gsc. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20230716081043.3092690-2-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9c4625f81f
commit
5fc227484d
|
|
@ -1329,6 +1329,7 @@ static struct mei_cl_device *mei_cl_bus_dev_alloc(struct mei_device *bus,
|
|||
mei_cl_bus_set_name(cldev);
|
||||
cldev->is_added = 0;
|
||||
INIT_LIST_HEAD(&cldev->bus_list);
|
||||
device_enable_async_suspend(&cldev->dev);
|
||||
|
||||
return cldev;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user