commit | 6a1eaf19f525ed9e4fa09ed1f05c6502a90b4ccb | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Mar 16 17:13:46 2017 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Mar 28 11:00:12 2017 +0200 |
tree | ec370866521f85ac6857c99df5f8a3f05ae36530 | |
parent | d760557d38ba62a8fe91dec5e32acb4fdf52d9d4 [diff] |
USB: serial: mos7720: always require an interrupt endpoint This driver have treated the interrupt endpoint as optional despite it always being present (according to the datasheet). Let's consider it mandatory instead. Signed-off-by: Johan Hovold <johan@kernel.org>