Loading drivers/mailbox/pcc.c +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ static int pcc_mbox_probe(struct platform_device *pdev) if (pcct_entry->type == ACPI_PCCT_TYPE_EXT_PCC_SLAVE_SUBSPACE && !pcc_mbox_ctrl->txdone_irq) { pr_err("Plaform Interrupt flag must be set to 1"); pr_err("Platform Interrupt flag must be set to 1"); rc = -EINVAL; goto err; } Loading Loading
drivers/mailbox/pcc.c +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ static int pcc_mbox_probe(struct platform_device *pdev) if (pcct_entry->type == ACPI_PCCT_TYPE_EXT_PCC_SLAVE_SUBSPACE && !pcc_mbox_ctrl->txdone_irq) { pr_err("Plaform Interrupt flag must be set to 1"); pr_err("Platform Interrupt flag must be set to 1"); rc = -EINVAL; goto err; } Loading