staging: fsl-dpaa2/eth: Don't use GFP_DMA
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Tue, 6 Jun 2017 15:00:30 +0000 (10:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:02:54 +0000 (12:02 +0200)
commite40ef9e48fa44cb1b5d51bf6e602d4a292cc5dfb
treec563713394c10ad3533200ec831766958bff860d
parentd87d5baf64e90d81ea526e7cc32dbc015067c677
staging: fsl-dpaa2/eth: Don't use GFP_DMA

Don't use GFP_DMA when allocating memory for the hash key,
as we don't actually need to allocate from the lowest zone.

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