Merge "msm: camera: sync: correcting atomic read operation" into camera-kernel.lnx.4.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
324fe08fbf
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user