Re: [PATCH] net: atheros: atl1: use offset_in_page() macro

2017-04-24 Thread David Miller
From: Geliang Tang Date: Sat, 22 Apr 2017 09:21:10 +0800 > Use offset_in_page() macro instead of open-coding. > > Signed-off-by: Geliang Tang Applied, thanks.

Re: [PATCH] net: atheros: atl1: use offset_in_page() macro

2017-04-24 Thread David Miller
From: Geliang Tang Date: Sat, 22 Apr 2017 09:21:10 +0800 > Use offset_in_page() macro instead of open-coding. > > Signed-off-by: Geliang Tang Applied, thanks.

[PATCH] net: atheros: atl1: use offset_in_page() macro

2017-04-21 Thread Geliang Tang
Use offset_in_page() macro instead of open-coding. Signed-off-by: Geliang Tang --- drivers/net/ethernet/atheros/atlx/atl1.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c

[PATCH] net: atheros: atl1: use offset_in_page() macro

2017-04-21 Thread Geliang Tang
Use offset_in_page() macro instead of open-coding. Signed-off-by: Geliang Tang --- drivers/net/ethernet/atheros/atlx/atl1.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c index