Re: [PATCH 1/6] ath10k: add missing values to wmi_service_name()

2019-02-12 Thread Kalle Valo
Kalle Valo wrote: > After implementing the next patch GCC reported: > > drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value > 'WMI_SERVICE_BTCOEX' not handled in switch [-Wswitch] > drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value >

[PATCH 1/6] ath10k: add missing values to wmi_service_name()

2019-02-11 Thread Kalle Valo
After implementing the next patch GCC reported: drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value 'WMI_SERVICE_BTCOEX' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value 'WMI_SERVICE_MGMT_TX_WMI' not handled in switch