Re: [PATCH 31/34] brcmfmac: Remove func0 from function array
From: Ian Molton <hidden>
Date: 2017-08-19 20:33:14
From: Ian Molton <hidden>
Date: 2017-08-19 20:33:14
On 08/08/17 12:19, Arend van Spriel wrote:
quoted
- sdio_f0_readb((sdiodev)->func[0], (addr), (r)) + sdio_f0_readb((sdiodev)->func[1], (addr), (r))There is no reason to keep these any longer as these do not provide any functionality over the core sdio function unless you consider the sdiodev dereference.
I'm happy to submit an incremental patch to these that gets us right down to the linux mmc core functions. Just seemed like too big a change to do in one hit. -Ian