Loading drivers/cam_core/cam_context.c +2 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ int cam_context_dump_pf_info(struct cam_context *ctx, return -EINVAL; } mutex_lock(&ctx->ctx_mutex); if ((ctx->state > CAM_CTX_AVAILABLE) && (ctx->state < CAM_CTX_STATE_MAX)) { if (ctx->state_machine[ctx->state].pagefault_ops) { Loading @@ -307,6 +308,7 @@ int cam_context_dump_pf_info(struct cam_context *ctx, ctx->dev_hdl, ctx->state); } } mutex_unlock(&ctx->ctx_mutex); return rc; } Loading Loading
drivers/cam_core/cam_context.c +2 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ int cam_context_dump_pf_info(struct cam_context *ctx, return -EINVAL; } mutex_lock(&ctx->ctx_mutex); if ((ctx->state > CAM_CTX_AVAILABLE) && (ctx->state < CAM_CTX_STATE_MAX)) { if (ctx->state_machine[ctx->state].pagefault_ops) { Loading @@ -307,6 +308,7 @@ int cam_context_dump_pf_info(struct cam_context *ctx, ctx->dev_hdl, ctx->state); } } mutex_unlock(&ctx->ctx_mutex); return rc; } Loading