lkml.org 
[lkml]   [2022]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 04/35] brcmfmac: firmware: Support having multiple alt paths
From
Date
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.

\
 
 \ /
  Last update: 2022-01-04 23:37    [W:0.142 / U:0.704 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site