RE: [PATCH] acpi: acpica: utstate: Remove unused function

2015-01-12 Thread Zheng, Lv
Hi, I've added this patch into the 201501 ACPICA materials for review: https://github.com/acpica/acpica/pull/61 If it is merged, it will appear in Linux kernel after 201501 ACPICA release. Thanks for reporting. Best regards -Lv > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Tuesda

Re: [PATCH] acpi: acpica: utstate: Remove unused function

2015-01-05 Thread Rafael J. Wysocki
On Monday, January 05, 2015 08:39:37 AM Zheng, Lv wrote: > Hi, Richard > > > From: Rickard Strandqvist [mailto:rickard_strandqv...@spectrumdigital.se] > > Sent: Saturday, January 03, 2015 5:01 AM > > > > Remove the function acpi_ut_create_pkg_state_and_push() that is not used > > anywhere. > >

RE: [PATCH] acpi: acpica: utstate: Remove unused function

2015-01-05 Thread Zheng, Lv
Hi, Richard > From: Rickard Strandqvist [mailto:rickard_strandqv...@spectrumdigital.se] > Sent: Saturday, January 03, 2015 5:01 AM > > Remove the function acpi_ut_create_pkg_state_and_push() that is not used > anywhere. > > This was partially found by using a static code analysis program called

[PATCH] acpi: acpica: utstate: Remove unused function

2015-01-02 Thread Rickard Strandqvist
Remove the function acpi_ut_create_pkg_state_and_push() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/acpi/acpica/acutils.h |8 drivers/acpi/acpica/utstate.c | 33 -