platform/x86: intel_pmt_class: Initial resource to 0
authorDavid E. Box <david.e.box@linux.intel.com>
Wed, 17 Mar 2021 02:44:54 +0000 (19:44 -0700)
committerHans de Goede <hdegoede@redhat.com>
Tue, 23 Mar 2021 20:05:47 +0000 (21:05 +0100)
commit501bb68a66cfc0bc2a2458483400cb49daca974f
tree8fd4e747496e77f162805757cb622d3b24f251b7
parent3feb52a2b8d97989823f1aa9cfff281b8475ff4e
platform/x86: intel_pmt_class: Initial resource to 0

Initialize the struct resource in intel_pmt_dev_register to zero to avoid a
fault should the char *name field be non-zero.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20210317024455.3071477-1-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel_pmt_class.c