Colin Ian King 5e264e2b53 vmxnet3: remove redundant initialization of pointer 'rq'
Pointer rq is being initialized but this value is never read, it
is being updated inside a for-loop. Remove the initialization and
move it into the scope of the for-loop.

Cleans up clang warning:
drivers/net/vmxnet3/vmxnet3_drv.c:2763:27: warning: Value stored
to 'rq' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Shrikrishna Khare <skhare@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-01 14:54:28 -05:00
..
2018-01-31 11:52:20 -08:00
2017-11-14 16:54:12 -08:00
2018-01-31 11:52:20 -08:00
2017-11-16 09:10:59 -08:00
2018-01-31 12:54:05 -08:00
2017-11-17 20:16:20 -08:00
2018-01-30 13:57:43 -08:00
2017-11-13 01:34:14 +01:00
2018-01-30 13:57:43 -08:00
2018-01-31 12:22:41 -08:00
2018-01-29 11:35:24 -08:00
2018-01-31 11:32:27 -08:00
2018-01-09 14:19:41 +01:00
2017-11-16 09:10:59 -08:00
2017-12-16 02:59:45 +01:00
2017-11-22 21:09:18 -10:00
2017-11-17 20:14:10 -08:00
2017-11-16 16:05:01 -08:00
2017-11-14 16:54:12 -08:00
2017-11-27 16:19:54 -05:00
2018-01-29 16:37:15 -08:00
2017-12-14 21:01:40 +02:00
2017-11-16 09:10:59 -08:00
2018-01-31 11:32:27 -08:00