[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 <kranthi.kuntala@intel.corp-partner.google.com>
Change-Id: Id4751d531528590cc93c08db0d0939a547f4d59f
This commit is contained in:
Kranthi Kuntala 2022-02-04 11:26:17 -08:00 committed by Richard Hughes
parent 2633b68cd8
commit 97e6c1d7c2

View File

@ -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);
}