From: Bjørn Mork Date: Sun, 27 Apr 2014 14:47:46 +0000 (+0200) Subject: usb: qcserial: remove interface number matching X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48292d8b0726412646086821656193dbc289ce4c;p=pandora-kernel.git usb: qcserial: remove interface number matching Matching on interface numbers was not such a good idea for multi-function serial devices after all. It is much better do create well defined device layouts, allowing a single match entry per device. Remove this now unused code. Signed-off-by: Bjørn Mork Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed