Re: [PATCH v2 1/6] brcmfmac: Remove firmware-loading code duplication

2018-11-06 Thread Kalle Valo
Hans de Goede wrote: > brcmf_fw_request_next_item and brcmf_fw_request_done both have identical > code to complete the fw-request depending on the item-type. > > This commit adds a new brcmf_fw_complete_request helper removing this code > duplication. > > Signed-off-by: Hans de Goede 6

[PATCH v2 1/6] brcmfmac: Remove firmware-loading code duplication

2018-10-10 Thread Hans de Goede
brcmf_fw_request_next_item and brcmf_fw_request_done both have identical code to complete the fw-request depending on the item-type. This commit adds a new brcmf_fw_complete_request helper removing this code duplication. Signed-off-by: Hans de Goede ---