Re: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-18 Thread Rickard Strandqvist
ilto:rickard_strandqv...@spectrumdigital.se] >> >> Sent: Sunday, January 04, 2015 11:23 PM >> >> To: Moore, Robert; Zheng, Lv >> >> Cc: Rickard Strandqvist; Wysocki, Rafael J; Len Brown; >> >> linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel

Re: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-18 Thread Rickard Strandqvist
; Wysocki, Rafael J; Len Brown; linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org Subject: [PATCH] acpica: utpredef: Remove some unused functions Removes some functions that are not used anywhere: acpi_ut_get_resource_bit_width() acpi_ut_display_predefined_method

RE: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Zheng, Lv
ael J; Len Brown; > >> linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org > >> Subject: [PATCH] acpica: utpredef: Remove some unused functions > >> > >> Removes some functions that are not used anywhere: > >> acpi_ut_get_re

Re: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Rickard Strandqvist
; From: Rickard Strandqvist [mailto:rickard_strandqv...@spectrumdigital.se] >> Sent: Sunday, January 04, 2015 11:23 PM >> To: Moore, Robert; Zheng, Lv >> Cc: Rickard Strandqvist; Wysocki, Rafael J; Len Brown; >> linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.k

RE: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Zheng, Lv
y 04, 2015 11:23 PM > To: Moore, Robert; Zheng, Lv > Cc: Rickard Strandqvist; Wysocki, Rafael J; Len Brown; > linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org > Subject: [PATCH] acpica: utpredef: Remove some unused functions > > Removes some

Re: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Rickard Strandqvist
...@spectrumdigital.se] Sent: Sunday, January 04, 2015 11:23 PM To: Moore, Robert; Zheng, Lv Cc: Rickard Strandqvist; Wysocki, Rafael J; Len Brown; linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org Subject: [PATCH] acpica: utpredef: Remove some unused functions Removes some

RE: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Zheng, Lv
...@acpica.org; linux-kernel@vger.kernel.org Subject: [PATCH] acpica: utpredef: Remove some unused functions Removes some functions that are not used anywhere: acpi_ut_get_resource_bit_width() acpi_ut_display_predefined_method() acpi_ut_match_resource_name() This was partially found

RE: [PATCH] acpica: utpredef: Remove some unused functions

2015-01-14 Thread Zheng, Lv
To: Moore, Robert; Zheng, Lv Cc: Rickard Strandqvist; Wysocki, Rafael J; Len Brown; linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org Subject: [PATCH] acpica: utpredef: Remove some unused functions Removes some functions that are not used anywhere

[PATCH] acpica: utpredef: Remove some unused functions

2015-01-04 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: acpi_ut_get_resource_bit_width() acpi_ut_display_predefined_method() acpi_ut_match_resource_name() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist ---

[PATCH] acpica: utpredef: Remove some unused functions

2015-01-04 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: acpi_ut_get_resource_bit_width() acpi_ut_display_predefined_method() acpi_ut_match_resource_name() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist