Re: [PATCH 5/6] ath9k: make relay callbacks const

2020-11-18 Thread Kalle Valo
Kalle Valo writes: > Jani Nikula writes: > >> Now that relay_open() accepts const callbacks, make relay callbacks >> const. >> >> Cc: Kalle Valo >> Cc: QCA ath9k Development >> Cc: linux-wirel...@vger.kernel.org >> Signed-off-by: Jani Nikula > > Can I take this to my ath tree or what's the

Re: [PATCH 5/6] ath9k: make relay callbacks const

2020-11-18 Thread Kalle Valo
Jani Nikula writes: > Now that relay_open() accepts const callbacks, make relay callbacks > const. > > Cc: Kalle Valo > Cc: QCA ath9k Development > Cc: linux-wirel...@vger.kernel.org > Signed-off-by: Jani Nikula Can I take this to my ath tree or what's the plan? --

[PATCH 5/6] ath9k: make relay callbacks const

2020-11-18 Thread Jani Nikula
Now that relay_open() accepts const callbacks, make relay callbacks const. Cc: Kalle Valo Cc: QCA ath9k Development Cc: linux-wirel...@vger.kernel.org Signed-off-by: Jani Nikula --- drivers/net/wireless/ath/ath9k/common-spectral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff