From patchwork Fri Aug 28 19:29:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Starikovskiy X-Patchwork-Id: 44574 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7SJTfRI017175 for ; Fri, 28 Aug 2009 19:29:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752133AbZH1T3t (ORCPT ); Fri, 28 Aug 2009 15:29:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752588AbZH1T3t (ORCPT ); Fri, 28 Aug 2009 15:29:49 -0400 Received: from charybdis-ext.suse.de ([195.135.221.2]:34419 "EHLO emea5-mh.id5.novell.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752133AbZH1T3t (ORCPT ); Fri, 28 Aug 2009 15:29:49 -0400 Received: from [127.0.1.1] ([149.44.162.75]) by emea5-mh.id5.novell.com with ESMTP; Fri, 28 Aug 2009 21:29:50 +0200 From: Alexey Starikovskiy To: Len Brown Cc: Linux-acpi@vger.kernel.org Subject: [PATCH 3/3] ACPI: EC: Drop orphan comment Date: Fri, 28 Aug 2009 23:29:51 +0400 Message-ID: <20090828192951.19961.40354.stgit@thinkpad> In-Reply-To: <20090828192938.19961.63714.stgit@thinkpad> References: <20090828192938.19961.63714.stgit@thinkpad> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Signed-off-by: Alexey Starikovskiy --- drivers/acpi/ec.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 829e62e..6ccb18b 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -354,10 +354,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;