Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/freescale
Dan Carpenter 7d7628f371 net/fec: cleanup types in fec_get_mac()
My static checker complains that on some arches unsigned longs can be 8
characters which is larger than the buffer is only 6 chars.
Additionally, Ben Hutchings points out that the buffer actually holds
big endian data and the buffer we are reading from is CPU endian.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-08-30 17:54:27 -04:00
..
2013-08-22 22:13:54 -07:00
2013-08-13 15:28:53 -07:00
2013-08-13 15:28:53 -07:00
2012-10-07 00:40:54 -04:00