Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1357424
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/3] net: mediatek: remove incorrect dma_mask assignment |
| Date | 2016-03-14 18:10 +0100 |
| Message-ID | <rcEae-6JJ-9@gated-at.bofh.it> (permalink) |
| References | <rcBm1-4LW-3@gated-at.bofh.it> <rcBm1-4LW-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Arnd Bergmann <arnd@arndb.de> Date: Mon, 14 Mar 2016 15:07:11 +0100 > 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> Applied.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/3] net: mediatek: remove incorrect dma_mask assignment Arnd Bergmann <arnd@arndb.de> - 2016-03-14 15:10 +0100 Re: [PATCH 2/3] net: mediatek: remove incorrect dma_mask assignment David Miller <davem@davemloft.net> - 2016-03-14 18:10 +0100
csiph-web