Re: [PATCH] mt76: fix enum conversion warning

2021-01-11 Thread Kalle Valo
Arnd Bergmann writes: > From: Arnd Bergmann > > A recent patch changed some enum values, but not the type > declaration for the assignment: > > drivers/net/wireless/mediatek/mt76/mt7615/mcu.c:238:9: error: implicit > conversion from enumeration type 'enum mt76_mcuq_id' to different enumeration

[PATCH] mt76: fix enum conversion warning

2020-12-30 Thread Arnd Bergmann
From: Arnd Bergmann A recent patch changed some enum values, but not the type declaration for the assignment: drivers/net/wireless/mediatek/mt76/mt7615/mcu.c:238:9: error: implicit conversion from enumeration type 'enum mt76_mcuq_id' to different enumeration type 'enum mt76_txq_id' [-Werror,-W