aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-03-14 15:07:11 +0100
committerDavid S. Miller <davem@davemloft.net>2016-03-14 13:06:26 -0400
commita25cdc0dd87d308b508ebea436cb43ee49d54a0e (patch)
treefdc0b4be952288caa4b19949afd260255036fcbb /include/uapi
parentnet: mediatek: use dma_addr_t correctly (diff)
downloadlinux-a25cdc0dd87d308b508ebea436cb43ee49d54a0e.tar.gz
linux-a25cdc0dd87d308b508ebea436cb43ee49d54a0e.zip
net: mediatek: remove incorrect dma_mask assignment
Device drivers should not mess with the DMA mask directly, but instead call dma_set_mask() etc if needed. In case of the mtk_eth_soc driver, the mask already gets set correctly when the device is created, and setting it again is against the documented API. This removes the incorrect setting. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions