Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > The for loop in brcmf_of_probe() would ideally end with something like > "i <= strlen(board_type)" instead of "i < board_type[i]". But > fortunately, the two are equivalent. > > Anyway, it's simpler to use strreplace() instead. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Suggested-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Acked-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> Patch applied to wireless-next.git, thanks. bef11f1edc40 wifi: brcmfmac: use strreplace() in brcmf_of_probe() -- https://patchwork.kernel.org/project/linux-wireless/patch/YqrhsKcjEA7B2pC4@kili/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches