usb: dwc3: use debugfs_print_regs32()
authorAlessandro Rubini <rubini@gnudd.com>
Fri, 18 Nov 2011 13:51:43 +0000 (14:51 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Nov 2011 19:46:32 +0000 (11:46 -0800)
commitc8d2a6f3999e175c4d564c445c7f1ececd926453
tree61daadcee4c1ecd5bd53f0fe484fc0b125aaeb22
parent1a087c6ad975bcc193b4bab2e9d61f9c6c547138
usb: dwc3: use debugfs_print_regs32()

This a use example of the regs32 utilities in debugfs, although
this fuse use ":" as separator between name and value, and debugs
uses "=" (as it looked to me a more common practice).

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/dwc3/debugfs.c