OSDN Git Service

b43legacy: remove b43legacy_dma_set_mask
authorChristoph Hellwig <hch@lst.de>
Tue, 25 Jun 2019 10:29:29 +0000 (12:29 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Jun 2019 11:37:28 +0000 (14:37 +0300)
commit258989000849a48ff21400cf90c93be3f08d0582
tree05c4c59345a4069ab5a67ba153a41c2602808544
parent8b89d8dad5df177032e7e97ecfb18f01134e0e4b
b43legacy: remove b43legacy_dma_set_mask

These days drivers are not required to fallback to smaller DMA masks,
but can just set the largest mask they support, removing the need for
this trial and error logic.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/b43legacy/dma.c