commit | 7aac5e7d204f344f5f273deeeb8fd237e4f5b87c | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Mon Apr 03 11:57:14 2017 +0200 |
committer | Johan Hovold <johan@kernel.org> | Mon Apr 10 09:42:00 2017 +0200 |
tree | 8e6db5909972d2525cbc8fcd33151123e38b4f25 | |
parent | e1fdd5b2620198979b23abb679848a78461481e6 [diff] |
USB: serial: iuu_phoenix: drop excessive sanity checks The transfer buffers and URBs are allocated and initialised by USB serial core during probe, and there's no need to check for NULL transfer buffers in the bulk-in completion handlers. Signed-off-by: Johan Hovold <johan@kernel.org>