commit | 8e493ca1767d4951ed1322abaa74d6edbca29918 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Fri Oct 26 18:44:20 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 30 12:46:51 2012 -0700 |
tree | 860d7e18f5698d0c975075dc86dfd45097a859d8 | |
parent | 169b245a726ad577a2b66b5c0a608f4633715342 [diff] |
USB: usb_wwan: fix bulk-urb allocation Make sure we do not allocate urbs if we do not have a bulk endpoint. Legacy code used incorrect assumption to test for bulk endpoints. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>