mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
USB: serial: visor: drop redundant calc_num_ports callback
Drop the redundant calc_num_ports callback from the clie_5 type, for which the callback always returns zero and hence falls back to the type num_ports value (2). Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
c0dcf242d2
commit
a5b669f4c6
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ static struct usb_serial_driver clie_5_device = {
|
|||
.unthrottle = usb_serial_generic_unthrottle,
|
||||
.attach = clie_5_attach,
|
||||
.probe = visor_probe,
|
||||
.calc_num_ports = visor_calc_num_ports,
|
||||
.read_int_callback = visor_read_int_callback,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue