SnapdragonCamera: Fix ANR caused by deadlock

Main thread first hold lock, then join another thread which also need
the same lock, hence these two thread all block.
The lock which main thread hold is not necessary, delete it.

Change-Id: I9119275e34b48bf0d0caed6a55d330374b986b81
CRs-Fixed: 1103243
1 file changed