Re: [PATCH] Documentation/acpi: add the missing '='

2015-01-28 Thread Jonathan Corbet
On Wed, 28 Jan 2015 21:12:36 +0100 "Rafael J. Wysocki" wrote: > > On Thu, 15 Jan 2015 21:59:16 +0800 > > Yaowei Bai wrote: > > > > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match), > > > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match), > > > > Applied

Re: [PATCH] Documentation/acpi: add the missing '='

2015-01-28 Thread Rafael J. Wysocki
On Wednesday, January 28, 2015 03:04:08 PM Jonathan Corbet wrote: > On Wed, 28 Jan 2015 21:12:36 +0100 > "Rafael J. Wysocki" wrote: > > > > On Thu, 15 Jan 2015 21:59:16 +0800 > > > Yaowei Bai wrote: > > > > > > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match), > > > >

Re: [PATCH] Documentation/acpi: add the missing '='

2015-01-28 Thread Jonathan Corbet
On Thu, 15 Jan 2015 21:59:16 +0800 Yaowei Bai wrote: > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match), > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match), Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscr

Re: [PATCH] Documentation/acpi: add the missing '='

2015-01-28 Thread Rafael J. Wysocki
On Wednesday, January 28, 2015 12:08:50 PM Jonathan Corbet wrote: > On Thu, 15 Jan 2015 21:59:16 +0800 > Yaowei Bai wrote: > > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match), > > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match), > > Applied to the docs