commit | fc7aabf0072fb9540f275f07afaf0724fbf6a176 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Thu May 14 11:44:33 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri May 15 15:21:44 2015 -0400 |
tree | f251c7b58cee7fbab2699f475e03ff7ac5eaabe8 | |
parent | c1ce2f77366bb7cde153596e9406fc7727d5726c [diff] |
amd-xgbe: Remove manual check and set of dma_mask pointer The underlying device support will set the device dma_mask pointer if DMA is set up properly for the device. Remove the check for and assignment of dma_mask when it is null. Instead, just error out if the dma_set_mask_and_coherent function fails because dma_mask is null. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>