From 97e6c1d7c20f8152a6a86f924099ba54db3dcbac Mon Sep 17 00:00:00 2001 From: Kranthi Kuntala Date: Fri, 4 Feb 2022 11:26:17 -0800 Subject: [PATCH] [thunderbolt] remove the skip-restart flag for retimer -this is indeed needed to reflect the updated version after system reboot Signed-off-by: Kranthi Kuntala Change-Id: Id4751d531528590cc93c08db0d0939a547f4d59f --- plugins/thunderbolt/fu-thunderbolt-retimer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/thunderbolt/fu-thunderbolt-retimer.c b/plugins/thunderbolt/fu-thunderbolt-retimer.c index e4d1f71da..4ffbc56a0 100644 --- a/plugins/thunderbolt/fu-thunderbolt-retimer.c +++ b/plugins/thunderbolt/fu-thunderbolt-retimer.c @@ -147,7 +147,6 @@ fu_thunderbolt_retimer_init(FuThunderboltRetimer *self) "that forms two separate electrical link segments"); fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_DUAL_IMAGE); fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_INTERNAL); - fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SKIPS_RESTART); fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_NO_AUTO_REMOVE); }