From: Ondrej Zary Date: Wed, 18 Mar 2015 22:01:01 +0000 (+0100) Subject: Revert "net: cx82310_eth: use common match macro" X-Git-Tag: omap-for-v4.1/fixes-rc1~306^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d006e0105978619fb472e150c88b0d49337fe2b;p=pandora-kernel.git Revert "net: cx82310_eth: use common match macro" 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed