Re: [PATCH 32/34] brcmfmac: Replace function index with function pointer

2017-08-08 Thread Arend van Spriel
On 26-07-17 22:25, Ian Molton wrote: > In preparation for removing the function array, remove all code that > refers to function by index and replace with pointers to the function > itself. Reviewed-by: Arend van Spriel > Signed-off-by: Ian Molton comments below... > # Conflicts: > # drive

Re: [PATCH 32/34] brcmfmac: Replace function index with function pointer

2017-07-28 Thread kbuild test robot
Hi Ian, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.13-rc2 next-20170728] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ian-Molton/brcmfmac-Fix-para

[PATCH 32/34] brcmfmac: Replace function index with function pointer

2017-07-26 Thread Ian Molton
In preparation for removing the function array, remove all code that refers to function by index and replace with pointers to the function itself. Signed-off-by: Ian Molton # Conflicts: # drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c --- .../wireless/broadcom/brcm80211/brcmfma

[PATCH 32/34] brcmfmac: Replace function index with function pointer

2017-07-19 Thread Ian Molton
In preparation for removing the function array, remove all code that refers to function by index and replace with pointers to the function itself. Signed-off-by: Ian Molton --- .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 69 +++--- .../wireless/broadcom/brcm80211/brcmfma