Browse Source

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>
Rajneesh Bhardwaj 7 năm trước cách đây
mục cha
commit
2cb81ac078
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/platform/x86/intel_telemetry_pltdrv.c

+ 0 - 1
drivers/platform/x86/intel_telemetry_pltdrv.c

@@ -1234,7 +1234,6 @@ static struct platform_driver telemetry_soc_driver = {
 
 static int __init telemetry_module_init(void)
 {
-	pr_info(DRIVER_NAME ": version %s loaded\n", DRIVER_VERSION);
 	return platform_driver_register(&telemetry_soc_driver);
 }