Message ID | 20170916215930.9539-1-nikolas@gnu.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Sat, Sep 16, 2017 at 05:59:30PM -0400, Nik Nyby wrote: > ELAN0605 appears twice here. > > Signed-off-by: Nik Nyby <nikolas@gnu.org> Applied, thank you. > --- > 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 }, > -- > 2.14.1 >
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 },
ELAN0605 appears twice here. Signed-off-by: Nik Nyby <nikolas@gnu.org> --- drivers/input/mouse/elan_i2c_core.c | 1 - 1 file changed, 1 deletion(-)