From: Anand Gadiyar Date: Thu, 8 Jul 2010 08:32:59 +0000 (+0530) Subject: USB: musb: use correct register widths in register dumps X-Git-Tag: v2.6.36-rc1~293^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0936fb5e92a90476959447ad8ae5d780afbbd930;p=pandora-kernel.git USB: musb: use correct register widths in register dumps DMA_ADDR and DMA_COUNT are 32-bit registers, not 16-bit. Marking them as 16-bit in the table causes only the lower 16-bits to be dumped and this is misleading. Signed-off-by: Anand Gadiyar Acked-by: Felipe Balbi Signed-off-by: Ajay Kumar Gupta Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed