Re: [PATCH net-next] r8152: Factor out OOB link list waits

2019-10-01 Thread David Miller
From: Prashant Malani Date: Tue, 1 Oct 2019 01:35:57 -0700 > The same for-loop check for the LINK_LIST_READY bit of an OOB_CTRL > register is used in several places. Factor these out into a single > function to reduce the lines of code. > > Change-Id: I20e8f327045a72acc0a83e2d145ae2993ab62915 >

RE: [PATCH net-next] r8152: Factor out OOB link list waits

2019-10-01 Thread Hayes Wang
Prashant Malani [mailto:pmal...@chromium.org] > Sent: Tuesday, October 01, 2019 4:36 PM > To: Hayes Wang > Cc: grund...@chromium.org; netdev@vger.kernel.org; nic_swsd; Prashant > Malani > Subject: [PATCH net-next] r8152: Factor out OOB link list waits > > The same f

[PATCH net-next] r8152: Factor out OOB link list waits

2019-10-01 Thread Prashant Malani
The same for-loop check for the LINK_LIST_READY bit of an OOB_CTRL register is used in several places. Factor these out into a single function to reduce the lines of code. Change-Id: I20e8f327045a72acc0a83e2d145ae2993ab62915 Signed-off-by: Prashant Malani Reviewed-by: Grant Grundler --- drivers