[PATCH 16/26] bios: bios_info: fix bug where product_serial was not being dumped
Keng-Yu Lin
kengyu at canonical.com
Wed Oct 17 07:52:25 UTC 2012
On Mon, Oct 15, 2012 at 4:32 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> A missing comma in the bios_info[] was making fwts omit the
> dumping of the product_serial information.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/bios/bios_info/bios_info.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/bios_info/bios_info.c b/src/bios/bios_info/bios_info.c
> index 748aad8..abe1a31 100644
> --- a/src/bios/bios_info/bios_info.c
> +++ b/src/bios/bios_info/bios_info.c
> @@ -43,7 +43,7 @@ static fwts_bios_info bios_info[] = {
> { "chassis_version", "Chassis Version" },
> { "chassis_asset_tag", "Chassic Asset Tag" },
> { "product_name", "Product Name" },
> - { "product_serial" "Product Serial #" },
> + { "product_serial", "Product Serial #" },
> { "product_uuid", "Product UUID " },
> { "product_version", "Product Version" },
> { "sys_vendor", "System Vendor" },
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list