brcmfmac: remove redundant assignment to pointer hash
authorColin Ian King <colin.king@canonical.com>
Fri, 9 Aug 2019 17:22:17 +0000 (18:22 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Sep 2019 13:38:23 +0000 (16:38 +0300)
commit73c742bb9c9ba30871fdd5c730d5ca8b6712833a
tree6a59668df54573fd5ded440896e598b479c6940e
parent0a60e0aa495ff86aaee14b543f3ddab5d1327607
brcmfmac: remove redundant assignment to pointer hash

The pointer hash is being initialized with a value that is never read
and is being re-assigned a little later on. The assignment is
redundant and hence can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c