commit | 987e7bc3484fdc8c8018e1368608f6a81053b86f | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Jan 06 10:10:39 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 07 16:21:06 2014 -0800 |
tree | 9d0754c29de3f3436070c03763a96e5025025763 | |
parent | 21395a1aac7ce1e19dbb43542a9e06cca2bfca01 [diff] |
usb: chipidea: mark register map as "const" and convert to u8 This patch makes the controller register map ci_regs_nolpm and ci_regs_lpm as "const". Further, as all offset fit into a single byte, the type is changed from uintptr_t to u8. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>