commit | 83bfc3c4765c35ef0dfff8a3d6dedab88f3f50ea | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@freescale.com> | Tue Oct 07 10:44:33 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 09 01:40:37 2014 -0400 |
tree | dcdf7fd08ae731364ea09aef2fa725b6b3e6e597 | |
parent | d6ef0bcce386531f250a8abee3c3595214ea1629 [diff] |
gianfar: Make MAC addr setup endian safe, cleanup Fix the 32-bit memory access that is not endian safe, i.e. not giving the desired byte layout for a LE CPU: tempval = *((u32 *) (tmpbuf + 4)), where 'char tmpbuf[]'. Get rid of rendundant local vars (tmpbuf[] and idx) and forced casts. Cleanup comments. Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>