Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +0 −2 Original line number Diff line number Diff line Loading @@ -3296,11 +3296,9 @@ int msm_comm_suspend(int core_id) return -EINVAL; } mutex_lock(&core->lock); rc = call_hfi_op(hdev, suspend, hdev->hfi_device_data); if (rc) dprintk(VIDC_WARN, "Failed to suspend\n"); mutex_unlock(&core->lock); return rc; } Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +0 −2 Original line number Diff line number Diff line Loading @@ -3296,11 +3296,9 @@ int msm_comm_suspend(int core_id) return -EINVAL; } mutex_lock(&core->lock); rc = call_hfi_op(hdev, suspend, hdev->hfi_device_data); if (rc) dprintk(VIDC_WARN, "Failed to suspend\n"); mutex_unlock(&core->lock); return rc; } Loading