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: Casey Piper <cpiper@codeaurora.org>
This commit is contained in:
parent
67cdd4cfa8
commit
0db193b16b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue