commit | 41a2af93aeebd43daaac397b6662d5822f0742fc | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Tue Jan 31 11:51:08 2017 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Jan 31 17:21:29 2017 +0100 |
tree | 12ef34f2417e6c45df7ca3eac18858ddbbd6bfbe | |
parent | 4481200364ab1d6820a77ed442775a6e4f7c979f [diff] |
USB: serial: ark3116: remove redundant interrupt-urb check Remove redundant check of num_interrupt_in which has already been verified in probe (killing a NULL-urb would also have been fine). Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>