summaryrefslogtreecommitdiff
path: root/drivers/edac
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-07-21 17:06:56 +0200
committerKalle Valo <kvalo@codeaurora.org>2021-08-06 10:56:53 +0300
commitabf3d98dee7c4038152ce88833ddc2189f68cbd4 (patch)
tree5d0913a92cb46714bdca5cb1ebbad72d558664a0 /drivers/edac
parent891332f697e14bfb2002f56e21d9bbd4800a7098 (diff)
mt76: fix enum type mismatch
There is no 'NONE' version of 'enum mcu_cipher_type', and returning 'MT_CIPHER_NONE' causes a warning: drivers/net/wireless/mediatek/mt76/mt7921/mcu.c: In function 'mt7921_mcu_get_cipher': drivers/net/wireless/mediatek/mt76/mt7921/mcu.c:114:24: error: implicit conversion from 'enum mt76_cipher_type' to 'enum mcu_cipher_type' [-Werror=enum-conversion] 114 | return MT_CIPHER_NONE; | ^~~~~~~~~~~~~~ Add the missing MCU_CIPHER_NONE defintion that fits in here with the same value. Fixes: c368362c36d3 ("mt76: fix iv and CCMP header insertion") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210721150745.1914829-1-arnd@kernel.org
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions