From: Ming Lei Date: Thu, 18 Sep 2008 15:06:38 +0000 (+0800) Subject: USB: ehci-dbg: fix reading less content of periodic file X-Git-Tag: v2.6.28-rc1~254^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4bb71f96c69ef3c81fda108c96b633a2000de2;p=pandora-kernel.git USB: ehci-dbg: fix reading less content of periodic file This patch fix 2 problems about reading periodic file: 1. The "..." after a interrupt qh is missed because buffer pointer is not moved. 2. After setting p.ptr as NULL, its next qh or itd will be omited and can't be stored in debug buffer. Signed-off-by: Ming Lei Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed