Re: [PATCH -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-22 Thread Kalle Valo
Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. aac352d6810e ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro -- https://patchwork.kernel.org/patch/117787

[PATCH -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-15 Thread Liu Shixin
Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin --- drivers/net/wireless/ath/ath5k/debug.c | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.