android_kernel_motorola_sm6225/drivers/net/ethernet/i825xx
Mika Westerberg 1d3ff76759 i825xx: znet: fix compiler warnings when building a 64-bit kernel
When building 64-bit kernel with this driver we get following warnings from
the compiler:

drivers/net/ethernet/i825xx/znet.c: In function ‘hardware_init’:
drivers/net/ethernet/i825xx/znet.c:863:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/i825xx/znet.c:870:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Fix these by calling isa_virt_to_bus() before passing the pointers to
set_dma_addr().

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-19 15:45:23 -04:00
..
3c505.c netdev: ethernet dev_alloc_skb to netdev_alloc_skb 2012-02-06 11:52:27 -05:00
3c505.h i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
3c507.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
82596.c netdev: ethernet dev_alloc_skb to netdev_alloc_skb 2012-02-06 11:52:27 -05:00
eepro.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
eexpress.c drivers/net: delete all code/drivers depending on CONFIG_MCA 2012-05-17 16:37:41 -04:00
eexpress.h i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
ether1.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ether1.h i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
Kconfig drivers/net: delete all code/drivers depending on CONFIG_MCA 2012-05-17 16:37:41 -04:00
lasi_82596.c i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
lib82596.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
lp486e.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
Makefile drivers/net: delete all code/drivers depending on CONFIG_MCA 2012-05-17 16:37:41 -04:00
ni52.c netdev: ethernet dev_alloc_skb to netdev_alloc_skb 2012-02-06 11:52:27 -05:00
ni52.h i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
sni_82596.c i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
sun3_82586.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
sun3_82586.h i825xx: Move the Intel 82586/82593/82596 based drivers 2011-08-10 20:04:12 -07:00
znet.c i825xx: znet: fix compiler warnings when building a 64-bit kernel 2012-09-19 15:45:23 -04:00