From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/drivers/usb/typec/tps6598x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/usb/typec/tps6598x.c b/kernel/drivers/usb/typec/tps6598x.c index 6cb5c8e..4722b7f 100644 --- a/kernel/drivers/usb/typec/tps6598x.c +++ b/kernel/drivers/usb/typec/tps6598x.c @@ -564,7 +564,6 @@ ret = PTR_ERR(tps->port); goto err_role_put; } - fwnode_handle_put(fwnode); if (status & TPS_STATUS_PLUG_PRESENT) { ret = tps6598x_connect(tps, status); @@ -583,6 +582,7 @@ } i2c_set_clientdata(client, tps); + fwnode_handle_put(fwnode); return 0; -- Gitblit v1.6.2