Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dma-debug: fix off-by-one error in overlap function
This patch fixes a bug in the overlap function which returned true if one region ends exactly before the second region begins. This is no overlap but the function returned true in that case. Cc: [email protected] Reported-by: Andrew Randrianasulu <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information