From patchwork Sat Sep 16 21:59:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolas Nyby X-Patchwork-Id: 9954497 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9D503601D5 for ; Sat, 16 Sep 2017 21:59:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8190C28C95 for ; Sat, 16 Sep 2017 21:59:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 74D3B28C98; Sat, 16 Sep 2017 21:59:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0FC1A28C95 for ; Sat, 16 Sep 2017 21:59:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751290AbdIPV7q (ORCPT ); Sat, 16 Sep 2017 17:59:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50217 "EHLO eggs.gnu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbdIPV7q (ORCPT ); Sat, 16 Sep 2017 17:59:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtL7o-0001db-IS for linux-input@vger.kernel.org; Sat, 16 Sep 2017 17:59:45 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtL7h-0001bq-Dp; Sat, 16 Sep 2017 17:59:37 -0400 Received: from cpe-24-164-137-53.nyc.res.rr.com ([24.164.137.53]:55494 helo=acid.nyc.rr.com) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dtL7g-000496-9B; Sat, 16 Sep 2017 17:59:36 -0400 From: Nik Nyby To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: Nik Nyby Subject: [PATCH] input: elan_i2c - remove duplicate ELAN0605 id Date: Sat, 16 Sep 2017 17:59:30 -0400 Message-Id: <20170916215930.9539-1-nikolas@gnu.org> X-Mailer: git-send-email 2.14.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP ELAN0605 appears twice here. Signed-off-by: Nik Nyby --- drivers/input/mouse/elan_i2c_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 0e761d079dc4..a2d2077303cb 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1255,7 +1255,6 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0602", 0 }, { "ELAN0605", 0 }, { "ELAN0608", 0 }, - { "ELAN0605", 0 }, { "ELAN0609", 0 }, { "ELAN060B", 0 }, { "ELAN1000", 0 },