Skip to content
Commit 677b0ce5 authored by Colin Ian King's avatar Colin Ian King Committed by Wei Liu
Browse files

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: default avatarColin 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: default avatarWei Liu <wei.liu@kernel.org>
parent 7769e18c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment