]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fsl-dpaa2/eth: Fix incorrect casts
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Mon, 26 Feb 2018 16:28:06 +0000 (10:28 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2018 16:30:53 +0000 (17:30 +0100)
commit75c583ab9709692a60871d4719006391cde8dc1d
treedd35806231ee72ed2f7580dfd856a36386ce31a0
parent43c3c14d703fa5f7b94bc83c272e9279ef414c64
staging: fsl-dpaa2/eth: Fix incorrect casts

The DPAA2 Ethernet driver incorrectly assumes virtual addresses
are always 64b long, which causes compiler errors when building
for a 32b platform.

Fix this by using explicit casts to uintptr_t where necessary.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c