USB: musb: use correct register widths in register dumps
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 8 Jul 2010 08:32:59 +0000 (14:02 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:38 +0000 (14:35 -0700)
commit0936fb5e92a90476959447ad8ae5d780afbbd930
tree9e7666a354b5e973745e1db5655534bab7eea10b
parent402e8dd697d9dbfc40645148d0f539a43b6fc3a6
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 <gadiyar@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_debugfs.c