Re: [PATCH 01/34] brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()
From: Ian Molton <hidden>
Date: 2017-08-19 19:52:13
From: Ian Molton <hidden>
Date: 2017-08-19 19:52:13
On 07/08/17 12:25, Arend van Spriel wrote:
quoted
All the other IO functions are the other way round in this driver. Make this one match.Core SDIO functions are indeed the other way around, but the IO functions in this file use (addr, data) pattern. So should we aim to get it all consistent with core SDIO or just consistent on its own.
This is preparatory for a later patch that removes this abstraction altogether, so yes, it should match the SDIO order. -Ian