.. | .. |
---|
6 | 6 | * Copyright (C) 1999, 2000 Brian Warner <warner@lothar.com> |
---|
7 | 7 | * Copyright (C) 2000 Al Borchers <borchers@steinerpoint.com> |
---|
8 | 8 | * |
---|
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 |
---|
10 | 10 | * driver |
---|
11 | 11 | */ |
---|
12 | 12 | |
---|
.. | .. |
---|
668 | 668 | /* download the firmware to a "fake" device (pre-renumeration) */ |
---|
669 | 669 | static int keyspan_pda_fake_startup(struct usb_serial *serial) |
---|
670 | 670 | { |
---|
671 | | - int response; |
---|
672 | 671 | const char *fw_name; |
---|
673 | 672 | |
---|
674 | 673 | /* download the firmware here ... */ |
---|
675 | | - response = ezusb_fx1_set_reset(serial->dev, 1); |
---|
| 674 | + ezusb_fx1_set_reset(serial->dev, 1); |
---|
676 | 675 | |
---|
677 | 676 | if (0) { ; } |
---|
678 | 677 | #ifdef KEYSPAN |
---|