summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-03-16 17:13:51 +0100
committerJohan Hovold <johan@kernel.org>2017-03-28 11:14:11 +0200
commita5b669f4c60e0bbb55b36e71ac4e273ab95160f3 (patch)
tree0960d3253391c9cb4bb68b410b7c1c755f06ee13 /drivers/usb
parentc0dcf242d27a785930d73885471b368798720718 (diff)
downloadop-kernel-dev-a5b669f4c60e0bbb55b36e71ac4e273ab95160f3.zip
op-kernel-dev-a5b669f4c60e0bbb55b36e71ac4e273ab95160f3.tar.gz
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/visor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
index 3f943f8..8b4429e 100644
--- a/drivers/usb/serial/visor.c
+++ b/drivers/usb/serial/visor.c
@@ -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,
};
OpenPOWER on IntegriCloud