Re: [PATCH 06/10] backlight: qcom-wled: Remove unnecessary 4th default string in wled3

2021-10-05 Thread Daniel Thompson
On Mon, Oct 04, 2021 at 09:27:37PM +0200, Marijn Suijten wrote: > The previous commit improves num_strings parsing to not go over the > maximum of 3 strings for wled3 anymore. Likewise this default index for > a hypothetical 4th string is invalid and could access registers that are > not mapped to

[PATCH 06/10] backlight: qcom-wled: Remove unnecessary 4th default string in wled3

2021-10-04 Thread Marijn Suijten
The previous commit improves num_strings parsing to not go over the maximum of 3 strings for wled3 anymore. Likewise this default index for a hypothetical 4th string is invalid and could access registers that are not mapped to the desired purpose. Removing this value gets rid of undesired confusio