Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf8773c6 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

USB: ssu100: remove explicit initialisation of disconnect



The disconnect callback is set to the generic implementation by
usb-serial core if NULL.

Signed-off-by: default avatarJohan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19c61853
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -641,7 +641,6 @@ static struct usb_serial_driver ssu100_device = {
	.get_icount	     = ssu100_get_icount,
	.ioctl               = ssu100_ioctl,
	.set_termios         = ssu100_set_termios,
	.disconnect          = usb_serial_generic_disconnect,
};

static struct usb_serial_driver * const serial_drivers[] = {