diff --git a/plugins/thunderbolt/fu-thunderbolt-image.c b/plugins/thunderbolt/fu-thunderbolt-image.c index c88aed9b0..38132e71c 100644 --- a/plugins/thunderbolt/fu-thunderbolt-image.c +++ b/plugins/thunderbolt/fu-thunderbolt-image.c @@ -684,7 +684,7 @@ fu_thunderbolt_image_validate (GBytes *controller_fw, g_set_error (error, FWUPD_ERROR, FWUPD_ERROR_NOT_SUPPORTED, "Unknown controller"); - return FALSE; + return VALIDATION_FAILED; } hw_info = &unknown; }