Skip to content
  • Chen Liangjun's avatar
    ENGR00233886 ASRC: init variable to fix build warning · 2cf8cf02
    Chen Liangjun authored
    
    
    warning:
    
    Compiling warning on mainline imx_3.0.35 (potential bug):
    drivers/mxc/asrc/mxc_asrc.c: In function 'asrc_output_task_worker':
    drivers/mxc/asrc/mxc_asrc.c:961:68: warning: 't_size' may be used
    uninitialized in this function [-Wuninitialized]
    drivers/mxc/asrc/mxc_asrc.c:943:23: note: 't_size' was declared here
    
    In this patch, init t_size.
    
    Signed-off-by: default avatarChen Liangjun <b36089@freescale.com>
    2cf8cf02