Skip to content

Commit

Permalink
Merge back earlier 'acpi-lpss' material for v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael J. Wysocki committed Feb 6, 2015
2 parents 3df2da9 + b893e80 commit 02c0917
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/acpi/acpi_lpss.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static struct lpss_device_desc lpt_dev_desc = {
};

static struct lpss_device_desc lpt_i2c_dev_desc = {
.flags = LPSS_CLK | LPSS_CLK_GATE | LPSS_LTR,
.flags = LPSS_CLK | LPSS_LTR,
.prv_offset = 0x800,
};

Expand Down Expand Up @@ -334,6 +334,8 @@ static int acpi_lpss_create_device(struct acpi_device *adev,
pdata->mmio_size = resource_size(&rentry->res);
pdata->mmio_base = ioremap(rentry->res.start,
pdata->mmio_size);
if (!pdata->mmio_base)
goto err_out;
break;
}

Expand Down

0 comments on commit 02c0917

Please sign in to comment.