commit | 73e1c093e83a421d24d54a94cb87031e7c222cd1 | [log] [tgz] |
---|---|---|
author | Andreas Larsson <andreas@gaisler.com> | Thu Mar 27 16:15:56 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Apr 21 14:07:27 2014 -0500 |
tree | 6631b028c1d2906e8a734183ec90ba6edc2a7f8a | |
parent | 196800da39a142e2952ad5e1cb58a84838956764 [diff] |
usb: gadget: gr_udc: Use of_property_read_u32_index to access arrays Use an appropriate accessor function for property arrays to make the code nicer and make the code correct if it would ever run on little endian architectures. Suggested by Mark Rutland. Signed-off-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Felipe Balbi <balbi@ti.com>