aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorAl Cooper <[email protected]>2017-07-19 15:11:40 -0400
committerFelipe Balbi <[email protected]>2017-08-15 14:18:56 +0300
commit5916733e9b689ea1e713bee87b445d2accfef0ea (patch)
tree1dea6ecd68c732cd45182e6e095483f44d92fec8 /scripts/gdb/linux/utils.py
parent73517cf49bd449122b615d2b7a6bb835f02252e5 (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 <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions