mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 13:55:08 +08:00
power: supply: charger-manager: Fix a typo
s/systme/system/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
091d0a3a48
commit
31ba6fadc3
@ -1604,7 +1604,7 @@ static int charger_manager_probe(struct platform_device *pdev)
|
||||
mutex_unlock(&cm_list_mtx);
|
||||
|
||||
/*
|
||||
* Charger-manager is capable of waking up the systme from sleep
|
||||
* Charger-manager is capable of waking up the system from sleep
|
||||
* when event is happened through cm_notify_event()
|
||||
*/
|
||||
device_init_wakeup(&pdev->dev, true);
|
||||
|
Loading…
Reference in New Issue
Block a user