USB: musb: use correct register widths in register dumps
commit63d0b4fd495af6b8fba0b8f5a2fccb81acf44e3f
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 8 Jul 2010 08:32:59 +0000 (8 14:02 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:30:56 +0000 (13 13:30 -0700)
tree03f48b01826ab3661ac2854ed18fd02ce27608c9
parent5605a6f71afc6e76f9ef7d6e18dd042024bc4f61
USB: musb: use correct register widths in register dumps

commit 0936fb5e92a90476959447ad8ae5d780afbbd930 upstream.

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 <gadiyar@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_debugfs.c