Star64_linux/drivers/hv
Colin Ian King 677b0ce5d6 drivers: hv: remove redundant assignment to pointer primary_channel
The pointer primary_channel is being assigned with a value that is never
used. The assignment is redundant and can be removed.  Move the
definition of primary_channel to a narrower scope.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200414152343.243166-1-colin.king@canonical.com
[ wei: move primary_channel and update commit message ]
Signed-off-by: Wei Liu <wei.liu@kernel.org>
2020-05-20 09:13:58 +00:00
..
channel.c Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type 2020-04-23 13:17:12 +00:00
channel_mgmt.c drivers: hv: remove redundant assignment to pointer primary_channel 2020-05-20 09:13:58 +00:00
connection.c Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels 2020-04-23 13:17:11 +00:00
hv.c Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug 2020-04-23 13:17:12 +00:00
hv_balloon.c
hv_debugfs.c
hv_fcopy.c hv_utils: Always execute the fcopy and vss callbacks in a tasklet 2020-04-23 13:17:11 +00:00
hv_kvp.c
hv_snapshot.c hv_utils: Always execute the fcopy and vss callbacks in a tasklet 2020-04-23 13:17:11 +00:00
hv_trace.c
hv_trace.h Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type 2020-04-23 13:17:12 +00:00
hv_trace_balloon.h
hv_util.c
hv_utils_transport.c
hv_utils_transport.h
hyperv_vmbus.h hv_utils: Always execute the fcopy and vss callbacks in a tasklet 2020-04-23 13:17:11 +00:00
Kconfig
Makefile
ring_buffer.c
vmbus_drv.c scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned 2020-05-20 09:13:19 +00:00