Merge "msm: camera: sync: correcting atomic read operation" into camera-kernel.lnx.4.0

This commit is contained in:
Camera Software Integration
2020-02-04 15:21:32 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -38,7 +38,7 @@ static void cam_sync_print_fence_table(void)
sync_dev->sync_table[idx].name,
sync_dev->sync_table[idx].type,
sync_dev->sync_table[idx].state,
sync_dev->sync_table[idx].ref_cnt);
atomic_read(&sync_dev->sync_table[idx].ref_cnt));
spin_unlock_bh(&sync_dev->row_spinlocks[idx]);
}
}