hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/usb/serial/keyspan_pda.c
....@@ -6,7 +6,7 @@
66 * Copyright (C) 1999, 2000 Brian Warner <warner@lothar.com>
77 * Copyright (C) 2000 Al Borchers <borchers@steinerpoint.com>
88 *
9
- * See Documentation/usb/usb-serial.txt for more information on using this
9
+ * See Documentation/usb/usb-serial.rst for more information on using this
1010 * driver
1111 */
1212
....@@ -668,11 +668,10 @@
668668 /* download the firmware to a "fake" device (pre-renumeration) */
669669 static int keyspan_pda_fake_startup(struct usb_serial *serial)
670670 {
671
- int response;
672671 const char *fw_name;
673672
674673 /* download the firmware here ... */
675
- response = ezusb_fx1_set_reset(serial->dev, 1);
674
+ ezusb_fx1_set_reset(serial->dev, 1);
676675
677676 if (0) { ; }
678677 #ifdef KEYSPAN