All the other IO functions are the other way round in this
driver. Make this one match.
Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
        sdiodev->state = state;
 }
 
-static inline int brcmf_sdiod_f0_writeb(struct sdio_func *func,
-                                       uint regaddr, u8 byte)
+static inline int brcmf_sdiod_f0_writeb(struct sdio_func *func, u8 byte,
+                                       uint regaddr)
 {
        int err_ret;
 
                        if (fn)
                                sdio_writeb(func, *(u8 *)data, addr, &ret);
                        else
-                               ret = brcmf_sdiod_f0_writeb(func, addr,
-                                                           *(u8 *)data);
+                               ret = brcmf_sdiod_f0_writeb(func, *(u8 *)data,
+                                                           addr);
                } else {
                        if (fn)
                                *(u8 *)data = sdio_readb(func, addr, &ret);