]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: mos7720: always require an interrupt endpoint
authorJohan Hovold <johan@kernel.org>
Thu, 16 Mar 2017 16:13:46 +0000 (17:13 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 28 Mar 2017 09:00:12 +0000 (11:00 +0200)
commit6a1eaf19f525ed9e4fa09ed1f05c6502a90b4ccb
treeec370866521f85ac6857c99df5f8a3f05ae36530
parentd760557d38ba62a8fe91dec5e32acb4fdf52d9d4
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>
drivers/usb/serial/mos7720.c