Re: [Patch v2 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions

2013-12-19 Thread Chen, Gong
On Thu, Dec 19, 2013 at 08:47:46PM +0800, Jiang Liu wrote: > Subject: [Patch v2 02/13] ACPI, extlog: replace open-coded _DSM specific > code with helper functions > X-Mailer: git-send-email 1.7.10.4 > > Use helper functions to simplify _DSM related code in acpi_extlog driv

[Patch v2 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions

2013-12-19 Thread Jiang Liu
Use helper functions to simplify _DSM related code in acpi_extlog driver. Also mark initialization data and functions with __init and __initdata to reduce memory footprint. Signed-off-by: Jiang Liu Cc: Chen Gong --- drivers/acpi/acpi_extlog.c | 61 +---