]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: qcserial: remove interface number matching
authorBjørn Mork <bjorn@mork.no>
Sun, 27 Apr 2014 14:47:46 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 21:59:24 +0000 (14:59 -0700)
commit48292d8b0726412646086821656193dbc289ce4c
tree7c4d497624e67c3b3cc3f90e54bf16de4697c76e
parent8bc7a069402e1a443ded8088a8be0dc8aa1c2c9b
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 <bjorn@mork.no>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcserial.c