Re: [PATCH 3/3] wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

2024-01-03 Thread Karthikeyan Periyasamy
On 1/3/2024 10:06 PM, Jeff Johnson wrote: On 1/2/2024 8:12 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. Signed-off-by: Karthikeyan Periyasamy --- diff --git

Re: [PATCH 3/3] wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

2024-01-03 Thread Jeff Johnson
On 1/2/2024 8:12 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. > > Signed-off-by: Karthikeyan Periyasamy > --- > diff --git a/drivers/net/wireless/ath/ath10k/htt.c >

[PATCH 3/3] wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

2024-01-02 Thread Karthikeyan Periyasamy
ENOTSUPP is not a standard error code, don't use it. Replace with EOPNOTSUPP instead. No functional changes, compile tested only. Signed-off-by: Karthikeyan Periyasamy --- drivers/net/wireless/ath/ath10k/core.c| 4 ++-- drivers/net/wireless/ath/ath10k/htt.c | 4 +++-