platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entry
authorGayatri Kammela <gayatri.kammela@intel.com>
Thu, 27 Feb 2020 23:29:15 +0000 (15:29 -0800)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 28 Feb 2020 10:43:03 +0000 (12:43 +0200)
commit08ec5020bd6cf0102ec92c00ed149d8b76ace5ee
tree24bcbb6dbb1e524eb714d3e6250fbedae89fad5e
parentaae43c2bcdc1939c4c6a51b3e28460ada68f8c0c
platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entry

A debugfs entry for substate_live_status_registers is created only if
the platform has sub-states, which requires the same condition to create
substate_status_registers debugfs entry. Hence remove the redundant
condition and re-use the existing one.

Cc: Chen Zhou <chenzhou10@huawei.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: David E. Box <david.e.box@intel.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_pmc_core.c