diff options
author | Al Cooper <alcooperx@gmail.com> | 2017-07-19 22:11:40 +0300 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-08-15 14:18:56 +0300 |
commit | 5916733e9b689ea1e713bee87b445d2accfef0ea (patch) | |
tree | 1dea6ecd68c732cd45182e6e095483f44d92fec8 /Documentation/devicetree/bindings/usb/brcm,bdc.txt | |
parent | 73517cf49bd449122b615d2b7a6bb835f02252e5 (diff) | |
download | linux-5916733e9b689ea1e713bee87b445d2accfef0ea.tar.xz |
usb: bdc: Fix misleading register names
The BDC endpoint status registers 0-7 were originally each going
to be an array of regsiters. This was later changed to being a
single register. The register definitions are being changed from:
"#define BDC_EPSTS0(n) (0x60 + (n * 0x10))"
to
"#define BDC_EPSTS0 0x60"
to reflect this change and to avoid future coding mistakes.
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/brcm,bdc.txt')
0 files changed, 0 insertions, 0 deletions