Files
linux/drivers/net
Jisheng Zhang 6c3442f5f8 drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall
back to drivers' own definition as below:

	#ifndef UINT64_MAX
	#define UINT64_MAX             (u64)(~((u64)0))
	#endif

I believe this is in one phy driver then copied and pasted to other phy
drivers.

Replace the UINT64_MAX with U64_MAX to clean up the source code.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-04-27 20:18:55 -04:00
..
2018-03-27 13:18:09 -04:00
2018-04-11 10:28:39 -07:00
2017-11-21 15:57:07 -08:00
2018-03-27 13:18:09 -04:00
2018-04-27 13:52:09 -04:00
2018-03-27 13:18:09 -04:00
2018-02-11 14:34:03 -08:00
2017-12-08 14:22:59 -05:00
2018-04-17 23:41:15 -04:00
2018-04-17 13:53:13 -04:00