Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a4074d2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: dcc_v2: Fix offset calculation for linked list"

parents 3c9eeca9 6d001d53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ static int __dcc_ll_cfg(struct dcc_drvdata *drvdata, int curr_list)
				link = 0;
			}

			prev_off  = off;
			prev_off  = off + entry->len - 1;
			prev_addr = addr;
			}
		}