From: Jack Pham Date: Mon, 10 Dec 2012 22:28:13 +0000 (-0800) Subject: usb: dwc3: debugfs: fix regdump offset X-Git-Tag: v3.8-rc4~25^2~17^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1604c1e760119ab3fe9f71679ebaeb058d3d8ae1;p=pandora-kernel.git usb: dwc3: debugfs: fix regdump offset As with dwc_readl/writel, the global registers are specified as offsets starting from the beginning of the xHCI address space, but the memory region pointed to by dwc->regs already maps to the start of the global addresses. Fix by offsetting each of the regs relative to DWC3_GLOBALS_REGS_START. Signed-off-by: Jack Pham Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed