]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "net: cx82310_eth: use common match macro"
authorOndrej Zary <linux@rainbow-software.org>
Wed, 18 Mar 2015 22:01:01 +0000 (23:01 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 24 Mar 2015 12:22:20 +0000 (08:22 -0400)
commit5039b8cfb5efc13c18fe0de8fe63945f18ee45d7
tree1e53c76a3248f0c4ff25b853322114fef31dac69
parent3d1acc9e72b941480657c0a9877da467c0371ad5
Revert "net: cx82310_eth: use common match macro"

[ Upstream commit 8d006e0105978619fb472e150c88b0d49337fe2b ]

This reverts commit 11ad714b98f6d9ca0067568442afe3e70eb94845 because
it breaks cx82310_eth.

The custom USB_DEVICE_CLASS macro matches
bDeviceClass, bDeviceSubClass and bDeviceProtocol
but the common USB_DEVICE_AND_INTERFACE_INFO matches
bInterfaceClass, bInterfaceSubClass and bInterfaceProtocol instead, which are
not specified.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/net/usb/cx82310_eth.c