Re: [PATCH -next] dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTE

2020-09-17 Thread miaoqinglang
在 2020/7/18 3:47, David Miller 写道: From: Qinglang Miao Date: Thu, 16 Jul 2020 16:58:59 +0800 From: Yongqiang Liu Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yongqiang Liu This also does not apply cleanly to the net-next tree. . Hi David, I've sent new patche

Re: [PATCH -next] dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-17 Thread David Miller
From: Qinglang Miao Date: Thu, 16 Jul 2020 16:58:59 +0800 > From: Yongqiang Liu > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yongqiang Liu This also does not apply cleanly to the net-next tree.

[PATCH -next] dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-16 Thread Qinglang Miao
From: Yongqiang Liu Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yongqiang Liu --- .../freescale/dpaa2/dpaa2-eth-debugfs.c | 63 ++- 1 file changed, 6 insertions(+), 57 deletions(-) diff --git a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debug