From: Frans Klaver Date: Thu, 4 Sep 2014 07:25:37 +0000 (+0200) Subject: usb: serial: xsens_mt: always bind to interface number 1 X-Git-Tag: fixes-for-v3.18-merge-window~16^2~109^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adceac14166da8c466223a35ec59c4a4adeef976;p=pandora-kernel.git usb: serial: xsens_mt: always bind to interface number 1 Probe is testing if the current interface provides two bulk endpoints. While this achieves the goal of only binding to the correct interface, we already know we can find the device on interface number 1. Stop checking the endpoints and just return successfully when interface number 1 is probed. Signed-off-by: Frans Klaver Signed-off-by: Johan Hovold --- Reading git-diff-tree failed