linux_dsm_epyc7002/drivers/net/ethernet/hisilicon
Arnd Bergmann dfdd7230c5 net: hns: fix 32-bit build warning
The recently added hns driver causes a build warning in ARM
allmodconfig builds:

drivers/net/ethernet/hisilicon/hns/hnae.c: In function 'handles_show':
drivers/net/ethernet/hisilicon/hns/hnae.c:452:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
          j, (u64)h->qs[i]->io_base);
             ^

This removes the pointless cast and prints the pointer address using
the "%p" format string in all three locations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-10-08 04:54:15 -07:00
..
hns net: hns: fix 32-bit build warning 2015-10-08 04:54:15 -07:00
hip04_eth.c net: hisilicon: fix handling platform_get_irq result 2015-09-26 22:46:45 -07:00
hix5hd2_gmac.c net: batch of last_rx update avoidance in ethernet drivers. 2015-05-14 17:38:17 -04:00
hns_mdio.c net: add Hisilicon Network Subsystem MDIO support 2015-09-20 21:42:57 -07:00
Kconfig net: add Hisilicon Network Subsystem basic ethernet support 2015-09-20 21:42:58 -07:00
Makefile net: add Hisilicon Network Subsystem hnae framework support 2015-09-20 21:42:57 -07:00