msm: camera: use correct instance of local queue pointer.
There is a bug in the msm_open error handling, where the clean-up
is being done on a 'function level' instance of a pointer,
whereas the initialization is done on an 'if level' instance in
the same function. This change removes the 'if level' instance.
Change-Id: If4eb1db222a503523cb96fa2a49b6f15cbe8e36c
Signed-off-by:
Ankit Premrajka <ankitp@codeaurora.org>
CRs-fixed: 366199
Loading
Please sign in to comment