diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2009-08-28 23:29:51 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-29 21:51:54 -0400 |
commit | f25752e67d9d9ee7562ae9944314dd8c057d3fa2 (patch) | |
tree | 93500e9a2fa413c55995ea70e316673dd6f823b8 | |
parent | 6a63b06f3c494cc87eade97f081300bda60acec7 (diff) | |
download | linux-3.10-f25752e67d9d9ee7562ae9944314dd8c057d3fa2.tar.gz linux-3.10-f25752e67d9d9ee7562ae9944314dd8c057d3fa2.tar.bz2 linux-3.10-f25752e67d9d9ee7562ae9944314dd8c057d3fa2.zip |
ACPI: EC: Drop orphan comment
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
-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 788db781a51..dc556180952 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; |