aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/thinkpad_acpi.c')
-rw-r--r--drivers/platform/x86/thinkpad_acpi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index ba3682c5cde0..a40b075743d9 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -6116,7 +6116,7 @@ static struct ibm_struct volume_driver_data = {
6116 * ThinkPads from this same time period (and earlier) probably lack the 6116 * ThinkPads from this same time period (and earlier) probably lack the
6117 * tachometer as well. 6117 * tachometer as well.
6118 * 6118 *
6119 * Unfortunately a lot of ThinkPads with new-style ECs but whose firwmare 6119 * Unfortunately a lot of ThinkPads with new-style ECs but whose firmware
6120 * was never fixed by IBM to report the EC firmware version string 6120 * was never fixed by IBM to report the EC firmware version string
6121 * probably support the tachometer (like the early X models), so 6121 * probably support the tachometer (like the early X models), so
6122 * detecting it is quite hard. We need more data to know for sure. 6122 * detecting it is quite hard. We need more data to know for sure.
@@ -7332,7 +7332,6 @@ static int __init ibm_init(struct ibm_init_struct *iibm)
7332 ret = -ENODEV; 7332 ret = -ENODEV;
7333 goto err_out; 7333 goto err_out;
7334 } 7334 }
7335 entry->owner = THIS_MODULE;
7336 entry->data = ibm; 7335 entry->data = ibm;
7337 entry->read_proc = &dispatch_procfs_read; 7336 entry->read_proc = &dispatch_procfs_read;
7338 if (ibm->write) 7337 if (ibm->write)
@@ -7745,7 +7744,6 @@ static int __init thinkpad_acpi_module_init(void)
7745 thinkpad_acpi_module_exit(); 7744 thinkpad_acpi_module_exit();
7746 return -ENODEV; 7745 return -ENODEV;
7747 } 7746 }
7748 proc_dir->owner = THIS_MODULE;
7749 7747
7750 ret = platform_driver_register(&tpacpi_pdriver); 7748 ret = platform_driver_register(&tpacpi_pdriver);
7751 if (ret) { 7749 if (ret) {