USB: ssu100: remove explicit initialisation of disconnect
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:39 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:48:26 +0000 (13:48 -0700)
commitbf8773c6eacc9c3241455fdb7e82050ad2323a0a
tree38d3676b66397a4605a4f817e8d114f322296ec4
parent19c61853831f4f957885665ce36a573cbabf9ba1
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: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ssu100.c