On 2/9/2024 5:30 PM, Jeff Johnson wrote: > On 2/9/2024 5:14 PM, Unnathi Chalicheemala wrote: >> Commit c72ca343f911 ("soc: qcom: llcc: Add v4.1 HW version support") >> introduced a new 4.1 if statement in llcc_update_act_ctrl() without >> considering that ret might be overwritten. So, adding return value check > > nit: s/adding/add/ (use imperative voice) > Ack. >> after Broadcast_OR register read in llcc_update_act_ctrl(). >> >> Fixes: c72ca343f911 ("soc: qcom: llcc: Add v4.1 HW version support"> > > remove this blank line -- the Fixes tag should be grouped with the other > tags > Ack. I'll post v3 with these changes, thanks Jeff. >> Signed-off-by: Unnathi Chalicheemala <quic_uchalich@xxxxxxxxxxx> >> Reviewed-by: Elliot Berman <quic_eberman@xxxxxxxxxxx>