commit | 13964780ea9fff1c0ac651cdfa1f0591b8df11e9 | [log] [tgz] |
---|---|---|
author | Hake Huang <hake.huang@oss.nxp.com> | Thu May 13 11:41:09 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 13 07:15:18 2021 -0500 |
tree | a93dd4c3e92b3461803981be13da17881cc7e7c1 | |
parent | 2a3a790a9964f3340746894e4887c2c6920a45c5 [diff] |
dma: change an atmoic api for Coverity issue 233524 use atomic_clear_bit instead of atomic_test_and_set_bit which will not return old value, and thus more coverity friendy Fixing: #35154 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>