Hi!
I may be misunderstanding. What do you expect the computation to be? /No need to move ctrl_brt_pointer... to keep order consistent with docs.OK I will reset the patches and get rid of that change. I think this got
moved when I applied the v1 patch.
Hmm. Doesn't order of operations take precedence?+ fs_current_val = led->full_scale_current - LM3532_FS_CURR_MIN /The computation is wrong ... needs () AFAICT.
+ LM3532_FS_CURR_STEP;
I will add the () unless checkpatch cribs about them
has higher priority than -, right? Can you test it provides expected
results?
Pavel