diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2009-08-28 21:29:51 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-30 03:51:54 +0200 |
commit | f25752e67d9d9ee7562ae9944314dd8c057d3fa2 (patch) | |
tree | 93500e9a2fa413c55995ea70e316673dd6f823b8 /drivers/acpi | |
parent | ACPI: EC: use BURST mode only for MSI notebooks (diff) | |
download | linux-f25752e67d9d9ee7562ae9944314dd8c057d3fa2.tar.xz linux-f25752e67d9d9ee7562ae9944314dd8c057d3fa2.zip |
ACPI: EC: Drop orphan comment
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/ec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 788db781a519..dc5561809529 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -330,10 +330,6 @@ unlock: return status; } -/* - * Note: samsung nv5000 doesn't work with ec burst mode. - * http://bugzilla.kernel.org/show_bug.cgi?id=4980 - */ static int acpi_ec_burst_enable(struct acpi_ec *ec) { u8 d; |