Re: [PATCH 01/12] brcmfmac: do not convert linux error to firmware error string

2018-03-22 Thread Arend van Spriel
On 3/16/2018 11:11 AM, Arend van Spriel wrote: > ... Hi Kalle, Just sent a V2 so please drop this series. Regards, Arend

[PATCH 01/12] brcmfmac: do not convert linux error to firmware error string

2018-03-16 Thread Arend van Spriel
In case of a linux error brcmf_fil_cmd_data() blurts an error message in which the error code is translated to an error string. However, it maps it to a firmware error string which should not happen. Simply print only the numeric error code and be done with it. Reviewed-by: Hante Meuleman