[PATCH v7 3/5] misc: fuse: Add efuse driver for Tegra

Tuomas Tynkkynen ttynkkynen at nvidia.com
Thu Jun 5 10:01:22 PDT 2014


On 05/06/14 16:09, Peter De Schrijver wrote:
> +       dev_info(dev,
> +               "Tegra Revision: %s SKU: %d CPU Process: %d Core Process: %d\n",
> +               tegra_revision_name[sku_info->revision],
> +               sku_info->sku_id, sku_info->cpu_process_id,
> +               sku_info->core_process_id);

sku_info->sku_id doesn't seem to get initialized anywhere - with an 
older revision of this set I see SKU: 0 in place of what the L4T kernel 
prints (SKU: 0x81).

-- 
nvpublic



More information about the linux-arm-kernel mailing list