Re: [RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-18 Thread Jiang Liu
Hi Rafael, Thanks for reminder, will fix it in next version. Cheers! Gerry On 2014/2/18 9:07, Rafael J. Wysocki wrote: > On Monday, February 17, 2014 01:02:50 PM Jiang Liu wrote: >> Use public function acpi_evaluate_pad() to replace open-coded > > I suppose you mean acpi_evaluate_ost()?

Re: [RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-18 Thread Jiang Liu
Hi Rafael, Thanks for reminder, will fix it in next version. Cheers! Gerry On 2014/2/18 9:07, Rafael J. Wysocki wrote: On Monday, February 17, 2014 01:02:50 PM Jiang Liu wrote: Use public function acpi_evaluate_pad() to replace open-coded I suppose you mean acpi_evaluate_ost()? And

Re: [RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-17 Thread Rafael J. Wysocki
On Monday, February 17, 2014 01:02:50 PM Jiang Liu wrote: > Use public function acpi_evaluate_pad() to replace open-coded I suppose you mean acpi_evaluate_ost()? And in the other patches in this series too? > version of evaluating ACPI _OST method. > > Signed-off-by: Jiang Liu > --- >

Re: [RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-17 Thread Rafael J. Wysocki
On Monday, February 17, 2014 01:02:50 PM Jiang Liu wrote: Use public function acpi_evaluate_pad() to replace open-coded I suppose you mean acpi_evaluate_ost()? And in the other patches in this series too? version of evaluating ACPI _OST method. Signed-off-by: Jiang Liu

[RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-16 Thread Jiang Liu
Use public function acpi_evaluate_pad() to replace open-coded version of evaluating ACPI _OST method. Signed-off-by: Jiang Liu --- drivers/acpi/acpi_pad.c | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/drivers/acpi/acpi_pad.c

[RFC Patch v1 3/6] acpi_pad: use acpi_evaluate_pad() to replace open-coded version

2014-02-16 Thread Jiang Liu
Use public function acpi_evaluate_pad() to replace open-coded version of evaluating ACPI _OST method. Signed-off-by: Jiang Liu jiang@linux.intel.com --- drivers/acpi/acpi_pad.c | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git