Commit 31ba6fad authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Sebastian Reichel
Browse files

power: supply: charger-manager: Fix a typo

parent 091d0a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);