Loading
msm: vidc: protect instance while accessing instance properties
If video instance deletion and inst_info_read read happens parallel,
page faults are observed while referring deleted instance properties.
Protect instance with get_inst() and put_inst() to avoid above concurrency.
CRs-Fixed: 1009450
Change-Id: I04d0f4fba7419f067b53c3f228dfe4f789fb910b
Signed-off-by:
Srinu Gorle <sgorle@codeaurora.org>