[PATCH] acpi: method: Show the name of the _PSS control
IvanHu
ivan.hu at canonical.com
Thu Jan 31 01:51:53 UTC 2013
On 01/08/2013 07:29 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Output the name of the _PSS control that is being dumped.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/method/method.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index 231b5fb..2d6c0d8 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -2481,6 +2481,7 @@ static void method_test_PSS_return(
> * If we have some valid data then dump it out, it is useful to see
> */
> if (dump_elements) {
> + fwts_log_info_verbatum(fw, "%s values:", name);
> fwts_log_info_verbatum(fw, "P-State Freq Power Latency Bus Master");
> fwts_log_info_verbatum(fw, " (MHz) (mW) (us) Latency (us)");
> for (i = 0; i < obj->Package.Count; i++) {
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list