Message ID | 20240104031509.366302-1-quic_periyasa@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath: replace ENOTSUPP with EOPNOTSUPP | expand |
On 1/3/2024 7:15 PM, Karthikeyan Periyasamy wrote: > ENOTSUPP is not a standard error code, don't use it. Replace with > EOPNOTSUPP instead. > > No functional changes, compile tested only. > I would have expected a changelog for v2 But no need to resend as a result of the missing changelog since it is trivial > Karthikeyan Periyasamy (3): > wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP > wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP > wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP > > drivers/net/wireless/ath/ath10k/core.c | 4 ++-- > drivers/net/wireless/ath/ath10k/htt.c | 3 ++- > drivers/net/wireless/ath/ath10k/mac.c | 6 +++--- > drivers/net/wireless/ath/ath10k/pci.c | 10 +++++----- > drivers/net/wireless/ath/ath10k/wmi-tlv.c | 7 ++++--- > drivers/net/wireless/ath/ath10k/wmi.c | 12 ++++++------ > drivers/net/wireless/ath/ath11k/dp_tx.c | 6 +++--- > drivers/net/wireless/ath/ath11k/hal_rx.c | 4 ++-- > drivers/net/wireless/ath/ath12k/dp_tx.c | 6 +++--- > drivers/net/wireless/ath/ath12k/hal_rx.c | 4 ++-- > drivers/net/wireless/ath/ath12k/mac.c | 10 +++++----- > 11 files changed, 37 insertions(+), 35 deletions(-) > > > base-commit: 2cd4e3f91f264926a6b11df948417b74d52ca9b9