Loading drivers/interconnect/qcom/bcm-voter.c +3 −2 Original line number Diff line number Diff line Loading @@ -107,6 +107,8 @@ static inline void tcs_cmd_gen(struct tcs_cmd *cmd, u64 vote_x, u64 vote_y, if (!cmd) return; memset(cmd, 0, sizeof(*cmd)); if (vote_x == 0 && vote_y == 0) valid = false; Loading @@ -123,8 +125,7 @@ static inline void tcs_cmd_gen(struct tcs_cmd *cmd, u64 vote_x, u64 vote_y, * Set the wait for completion flag on command that need to be completed * before the next command. */ if (commit) cmd->wait = true; cmd->wait = commit; } static void tcs_list_gen(struct list_head *bcm_list, int bucket, Loading Loading
drivers/interconnect/qcom/bcm-voter.c +3 −2 Original line number Diff line number Diff line Loading @@ -107,6 +107,8 @@ static inline void tcs_cmd_gen(struct tcs_cmd *cmd, u64 vote_x, u64 vote_y, if (!cmd) return; memset(cmd, 0, sizeof(*cmd)); if (vote_x == 0 && vote_y == 0) valid = false; Loading @@ -123,8 +125,7 @@ static inline void tcs_cmd_gen(struct tcs_cmd *cmd, u64 vote_x, u64 vote_y, * Set the wait for completion flag on command that need to be completed * before the next command. */ if (commit) cmd->wait = true; cmd->wait = commit; } static void tcs_list_gen(struct list_head *bcm_list, int bucket, Loading