commit | 9d436b5c90313ec66496a7bc51b74deca8d98b39 | [log] [tgz] |
---|---|---|
author | Viorel Suman <viorel.suman@nxp.com> | Tue Nov 13 11:36:29 2018 +0200 |
committer | Jason Liu <jason.hui.liu@nxp.com> | Tue Feb 12 10:35:15 2019 +0800 |
tree | 364e0651db71ce3bee91e91e72d25a8b8a9cc3c9 | |
parent | 57f02f90bfc1cee84a9554004a2534cbacb83a2d [diff] |
MLK-20189-8: ASoC: fsl_sai: use signed offset variable Both dataline_off and dataline_off_dsd fields are unsigned, thus checking negative values make no sense. Use a signed variable to calculate offset instead. This fixes Coverity issue: CID1899299 Signed-off-by: Viorel Suman <viorel.suman@nxp.com>