Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdca5d9e authored by Chanwoo Choi's avatar Chanwoo Choi Committed by Sebastian Reichel
Browse files

power: supply: qcom_smbb: Replace the deprecated extcon API



This patch replaces the deprecated extcon API as following:
- extcon_set_cable_state_() -> extcon_set_state_sync()

Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent c3148034
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ static irqreturn_t smbb_usb_valid_handler(int irq, void *_data)
	struct smbb_charger *chg = _data;

	smbb_set_line_flag(chg, irq, STATUS_USBIN_VALID);
	extcon_set_cable_state_(chg->edev, EXTCON_USB,
	extcon_set_state_sync(chg->edev, EXTCON_USB,
				chg->status & STATUS_USBIN_VALID);
	power_supply_changed(chg->usb_psy);