Re: [PATCH] net/fsl: remove func xgmac_wait_until_free() as duplicate

2017-05-08 Thread Alexandru Ardelean
On Mon, May 8, 2017 at 10:34 PM, David Miller wrote: > From: Alexandru Ardelean > Date: Mon, 8 May 2017 14:31:18 +0300 > >> Looking at xgmac_wait_until_done() and xgmac_wait_until_free() >> functions, they seem to have turned out completely identical. >> >> Though, judging from the git history i

Re: [PATCH] net/fsl: remove func xgmac_wait_until_free() as duplicate

2017-05-08 Thread David Miller
From: Alexandru Ardelean Date: Mon, 8 May 2017 14:31:18 +0300 > Looking at xgmac_wait_until_done() and xgmac_wait_until_free() > functions, they seem to have turned out completely identical. > > Though, judging from the git history it seems they > initially weren't. > > Remove xgmac_wait_until

[PATCH] net/fsl: remove func xgmac_wait_until_free() as duplicate

2017-05-08 Thread Alexandru Ardelean
Looking at xgmac_wait_until_done() and xgmac_wait_until_free() functions, they seem to have turned out completely identical. Though, judging from the git history it seems they initially weren't. Remove xgmac_wait_until_free() in favor of xgmac_wait_until_done(). Signed-off-by: Alexandru Ardelean