Re: [U-Boot] [PATCH v3 02/16] drivers/net/vsc9953: Cleanup patch

2015-08-07 Thread Joe Hershberger
Hi Codrin, On Fri, Jul 24, 2015 at 8:52 AM, Codrin Ciubotariu wrote: > This patch groups some macros defined for registers and > replaces some magic numbers from vsc9953 with macros. Also, > "port" and "port_nr" words are replaced with "port_no", > puts each variable declaration on a line and rem

[U-Boot] [PATCH v3 02/16] drivers/net/vsc9953: Cleanup patch

2015-07-24 Thread Codrin Ciubotariu
This patch groups some macros defined for registers and replaces some magic numbers from vsc9953 with macros. Also, "port" and "port_nr" words are replaced with "port_no", puts each variable declaration on a line and removes unnecessary tabs. Signed-off-by: Codrin Ciubotariu --- Changes for v2: