]> git.itanic.dy.fi Git - linux-stable/commit
USB: serial: mos7840: remove duplicated 0xac24 device ID
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 17 Sep 2021 09:18:47 +0000 (11:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Oct 2021 08:23:39 +0000 (10:23 +0200)
commitd422b5108dec96a132d3ed1fbe98c13da7984d72
treea054d19c561d53c9b27f0fee7009617bee9dc2ce
parent92b67aaafb7c449db9f0c3dcabc0ff967cb3a42d
USB: serial: mos7840: remove duplicated 0xac24 device ID

commit 211f323768a25b30c106fd38f15a0f62c7c2b5f4 upstream.

0xac24 device ID is already defined and used via
BANDB_DEVICE_ID_USO9ML2_4.  Remove the duplicate from the list.

Fixes: 27f1281d5f72 ("USB: serial: Extra device/vendor ID for mos7840 driver")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/mos7840.c