Re: [PATCH RFC 4/6] net/faraday: Replace use_nc_si with use_ncsi

2015-11-08 Thread Gavin Shan
On Mon, Nov 09, 2015 at 11:30:35AM +1100, Benjamin Herrenschmidt wrote: >On Mon, 2015-11-09 at 11:10 +1100, Gavin Shan wrote: >> This replaces variable name "use_nc_si" with "use_ncsi". No logical >> changes introduced. > >This driver patch is against an internal tree, not upstream. Please >ignore.

Re: [PATCH RFC 4/6] net/faraday: Replace use_nc_si with use_ncsi

2015-11-08 Thread Benjamin Herrenschmidt
On Mon, 2015-11-09 at 11:10 +1100, Gavin Shan wrote: > This replaces variable name "use_nc_si" with "use_ncsi". No logical > changes introduced. This driver patch is against an internal tree, not upstream. Please ignore. The upstream driver doesn't have any concept of "nc_si". Gavin, next time yo

[PATCH RFC 4/6] net/faraday: Replace use_nc_si with use_ncsi

2015-11-08 Thread Gavin Shan
This replaces variable name "use_nc_si" with "use_ncsi". No logical changes introduced. Signed-off-by: Gavin Shan --- drivers/net/ethernet/faraday/ftgmac100.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/ne