[ITC][device][Non-ACR] Fix feature requirement 13/272213/1
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 11 Mar 2022 07:51:16 +0000 (16:51 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Fri, 11 Mar 2022 07:51:16 +0000 (16:51 +0900)
Change-Id: I2497926bb120315a98042867463131914ec65f8f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/itc/device/ITs-device.c

index f418de118c9b0852efaf8cfd569519e3d0c67403..e0c165c6f6b3eed5e58e2463e23fbe3495e00048 100644 (file)
@@ -205,7 +205,7 @@ int ITc_device_add_remove_callback_p(void)
                        callback_type[enum_counter] == DEVICE_CALLBACK_FLASH_BRIGHTNESS)
                        continue;
 
-               if (bIsDisplayFeatureSupported == false &&
+               if (bIsDisplayStateFeatureSupported == false &&
                        callback_type[enum_counter] == DEVICE_CALLBACK_DISPLAY_STATE)
                        continue;