tg_inst may be used uninitialized, so initialize it to 0.
Signed-off-by: Martin Leung <martin.leung@amd.com>
Reviewed-by: Jaehyun Chung <Jaehyun.Chung@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
 {
        struct timing_generator *tg;
        struct dc_link *link = sink->link;
-       unsigned int enc_inst, tg_inst, i;
+       unsigned int i, enc_inst, tg_inst = 0;
 
        // Seamless port only support single DP and EDP so far
        if (sink->sink_signal != SIGNAL_TYPE_DISPLAY_PORT &&
 
                struct dc_stream_state *stream)
 {
        struct dc_link *link = stream->link;
-       unsigned int inst, tg_inst, i;
+       unsigned int i, inst, tg_inst = 0;
 
        /* Check for enabled DIG to identify enabled display */
        if (!link->link_enc->funcs->is_dig_enabled(link->link_enc))