diff options
author | Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> | 2017-10-10 06:05:17 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-10-23 13:01:52 -0400 |
commit | 2cb81ac0787774e63fa48ca1a10c667f0d091a8f (patch) | |
tree | cdca00696c1d235fe9902729bd9da78b39491a48 | |
parent | f0d962392abc5b41d66ac4f7b723c82ba4f80582 (diff) |
platform/x86: intel_telemetry: Fix load failure info
Intel Telemetry driver depends on IPC1 interface. If IPC1 interface is
disabled on a given platform by the system firmware, the driver does not
load but prints misleading information in the dmesg logs.
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/intel_telemetry_pltdrv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_telemetry_pltdrv.c b/drivers/platform/x86/intel_telemetry_pltdrv.c index e0424d5a795a..136507a0d391 100644 --- a/drivers/platform/x86/intel_telemetry_pltdrv.c +++ b/drivers/platform/x86/intel_telemetry_pltdrv.c | |||
@@ -1234,7 +1234,6 @@ static struct platform_driver telemetry_soc_driver = { | |||
1234 | 1234 | ||
1235 | static int __init telemetry_module_init(void) | 1235 | static int __init telemetry_module_init(void) |
1236 | { | 1236 | { |
1237 | pr_info(DRIVER_NAME ": version %s loaded\n", DRIVER_VERSION); | ||
1238 | return platform_driver_register(&telemetry_soc_driver); | 1237 | return platform_driver_register(&telemetry_soc_driver); |
1239 | } | 1238 | } |
1240 | 1239 | ||