Re: [PATCH v2 04/35] brcmfmac: firmware: Support having multiple alt paths

From: Dmitry Osipenko
Date: Tue Jan 04 2022 - 17:37:04 EST


04.01.2022 11:43, Hector Martin пишет:
>>> @@ -427,6 +427,8 @@ void brcmf_fw_nvram_free(void *nvram)
>>> struct brcmf_fw {
>>> struct device *dev;
>>> struct brcmf_fw_request *req;
>>> + const char *alt_paths[BRCMF_FW_MAX_ALT_PATHS];
>>> + int alt_index;
>> unsigned int
> Ack.
>

The same applies to the rest of the patches. If value can't be negative,
then please use unsigned type. This makes code more consistent.