Jiri Slaby
17b2720b11
tty: 8250, remove shadow and unused variables
...
The compiler complains about variables that are set, but never used:
* intX variables in exar_handle_irq
drivers/tty/serial/8250/8250_port.c:1864:34: warning: variable ‘int3’ set but not used [-Wunused-but-set-variable]
* val variable in pci_quatech_wqopr
drivers/tty/serial/8250/8250_pci.c:1139:10: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
And about a shadow variable:
* tmout in wait_for_xmitr is defined twice with the same type. Both of
them are also initialized before use.
Remove all of them.
Signed-off-by: Jiri Slaby <jslaby@suse.cz >
Cc: Matt Schulte <matts@commtech-fastcom.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2016-06-25 09:04:48 -07:00
..
2016-06-25 09:04:48 -07:00
2015-10-04 19:09:21 +01:00
2016-02-07 13:36:09 -08:00
2015-05-06 22:26:58 +02:00
2015-10-04 17:47:49 +01:00
2014-11-06 14:57:27 -08:00
2016-06-25 09:01:52 -07:00
2015-12-13 19:59:48 -08:00
2015-10-04 19:09:21 +01:00
2015-03-07 03:20:25 +01:00
2016-02-06 22:07:37 -08:00
2016-04-28 20:07:10 -07:00
2015-12-13 19:59:48 -08:00
2014-11-25 17:06:38 -08:00
2015-12-13 19:59:48 -08:00
2016-02-14 17:39:36 -08:00
2016-04-30 09:26:55 -07:00
2014-11-05 20:18:30 -08:00
2016-02-14 17:39:36 -08:00
2016-02-06 22:07:37 -08:00
2014-10-20 16:21:45 +02:00
2015-11-20 16:19:54 -08:00
2016-06-25 09:01:52 -07:00
2015-12-13 19:59:48 -08:00
2016-04-30 09:26:55 -07:00
2016-04-30 09:26:55 -07:00
2015-05-10 19:04:17 +02:00
2015-05-10 19:04:17 +02:00
2014-11-05 19:20:52 -08:00
2016-05-20 20:57:27 -07:00
2015-05-06 22:26:57 +02:00
2015-07-23 18:27:41 -07:00
2015-10-04 19:09:21 +01:00
2016-06-25 08:56:30 -07:00
2016-05-20 20:57:27 -07:00
2016-04-26 15:35:25 +02:00
2015-10-28 10:30:17 +09:00
2015-05-06 22:26:59 +02:00
2015-12-13 19:59:48 -08:00
2016-04-30 09:26:55 -07:00
2016-02-06 22:31:47 -08:00
2016-04-30 09:26:55 -07:00
2016-02-06 22:16:21 -08:00
2016-04-30 09:26:55 -07:00
2015-10-04 19:15:17 +01:00
2015-10-22 15:44:28 +02:00
2016-04-30 09:26:55 -07:00
2016-04-30 09:26:55 -07:00
2014-10-20 16:21:45 +02:00
2016-02-14 14:36:04 -08:00
2014-08-01 16:04:21 -07:00
2016-05-13 14:01:56 +02:00
2016-05-13 14:01:56 +02:00
2016-06-25 09:01:52 -07:00
2014-12-14 16:10:09 -08:00
2015-12-13 19:59:48 -08:00
2014-12-14 16:10:09 -08:00
2016-04-30 09:26:55 -07:00
2015-08-04 22:07:23 -07:00
2016-05-20 20:57:27 -07:00
2014-10-20 16:21:45 +02:00
2016-05-03 17:53:20 -07:00
2016-01-28 14:17:42 -08:00
2016-05-01 13:22:54 -07:00
2016-05-01 13:22:54 -07:00
2014-10-20 16:21:45 +02:00
2016-06-25 09:01:52 -07:00
2016-03-07 16:11:14 -08:00
2016-02-06 22:54:55 -08:00
2016-04-30 09:26:55 -07:00
2015-07-23 15:32:04 -07:00
2015-07-23 18:27:41 -07:00
2016-05-27 15:26:11 -07:00
2015-10-04 19:11:05 +01:00
2015-10-04 19:11:05 +01:00
2015-07-23 18:27:41 -07:00
2015-12-24 12:13:37 -05:00
2014-12-14 16:10:09 -08:00
2015-12-13 19:59:48 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2016-04-30 09:26:55 -07:00
2016-05-01 13:55:12 -07:00
2014-10-20 16:21:45 +02:00
2015-12-13 19:59:48 -08:00
2016-03-07 16:11:14 -08:00
2016-02-06 23:13:30 -08:00