Skip to content
  • Ye Li's avatar
    MLK-20239-5 imx8qm/qxp: check lseek return value · 75d4a2ca
    Ye Li authored
    
    
    Fix coverity issue CID 1900601, CID 2872685, CID 3327494:
    Unchecked return value from library (CHECKED_RETURN)
    check_return: Calling lseek(ifd, offset, 0) without checking return value.
    This library function may fail and return an error code
    
    Signed-off-by: default avatarYe Li <ye.li@nxp.com>
    75d4a2ca