linux-stable/drivers/net/ethernet/amd
Guenter Roeck e011912651 net: ni65: Avoid typecast of pointer to u32
Building alpha:allmodconfig results in the following error.

drivers/net/ethernet/amd/ni65.c: In function 'ni65_stop_start':
drivers/net/ethernet/amd/ni65.c:751:37: error:
	cast from pointer to integer of different size
		buffer[i] = (u32) isa_bus_to_virt(tmdp->u.buffer);

'buffer[]' is declared as unsigned long, so replace the typecast to u32
with a typecast to unsigned long to fix the problem.

Cc: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-09-09 11:21:19 +01:00
..
xgbe ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
7990.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
7990.h net: 7990: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:26:14 -07:00
a2065.c net: amd: a2065: Use print_hex_dump_debug() helper 2020-01-12 16:20:26 -08:00
a2065.h
amd8111e.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
amd8111e.h net: amd: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
ariadne.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
ariadne.h
atarilance.c m68k: remove legacy probing 2021-08-03 13:05:25 +01:00
au1000_eth.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
au1000_eth.h
declance.c net: amd: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
hplance.c net: amd: correct some format issues 2021-03-31 14:34:09 -07:00
hplance.h
Kconfig ethernet: fix PTP_1588_CLOCK dependencies 2021-08-13 17:49:05 -07:00
lance.c ethernet: isa: convert to module_init/module_exit 2021-08-03 13:05:26 +01:00
Makefile net: remove am79c961a driver 2020-10-30 21:57:03 +01:00
mvme147.c m68k: remove legacy probing 2021-08-03 13:05:25 +01:00
ni65.c net: ni65: Avoid typecast of pointer to u32 2021-09-09 11:21:19 +01:00
ni65.h
nmclan_cs.c net: amd: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
pcnet32.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
sun3lance.c m68k: remove legacy probing 2021-08-03 13:05:25 +01:00
sunlance.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00