From: Joerg Roedel Date: Tue, 16 Jun 2009 10:23:58 +0000 (+0200) Subject: dma-debug: fix off-by-one error in overlap function X-Git-Tag: v2.6.31-rc3~31^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79ee4e466dd12347f112e2af306dca35198458f;p=pandora-kernel.git 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: stable@kernel.org Reported-by: Andrew Randrianasulu Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed