Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e89fd36e authored by Casey Piper's avatar Casey Piper
Browse files

mdss: mhl3: update enum flag with correct value



Update flag used for hardware interrupt info
with the correct enum for MSC DONE.

Change-Id: If9b74e14a974737d17abb06b1c590770a13000ec
Signed-off-by: default avatarCasey Piper <cpiper@codeaurora.org>
parent d69fe47a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5120,7 +5120,7 @@ static int mhl_cbus_err_isr(struct drv_hw_context *hw_context,
			ddc_abort_count = 0;
		} else if (MHL_READ_EDID_BLOCK ==
			   hw_context->current_cbus_req.command) {
			hw_context->intr_info->flags |= DRV_INTR_FLAG_MSC_DONE;
			hw_context->intr_info->flags |= DRV_INTR_MSC_DONE;
			/* setting 1 indicates there was an error */
			hw_context->intr_info->msc_done_data = 1;
		}