commit | 5916733e9b689ea1e713bee87b445d2accfef0ea | [log] [tgz] |
---|---|---|
author | Al Cooper <alcooperx@gmail.com> | Wed Jul 19 15:11:40 2017 -0400 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Aug 15 14:18:56 2017 +0300 |
tree | 1dea6ecd68c732cd45182e6e095483f44d92fec8 | |
parent | 73517cf49bd449122b615d2b7a6bb835f02252e5 [diff] |
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>