summaryrefslogtreecommitdiff
path: root/src/portable/ohci
diff options
context:
space:
mode:
authorJerry Palacios <[email protected]>2024-02-22 16:11:23 -0600
committerJerry Palacios <[email protected]>2024-02-22 16:11:23 -0600
commitec91660119c6ce4ccc6aa011f2c6cc9869ab9410 (patch)
treeaa7cc85bc5240f46a7a7c7c2b5d60c9008443526 /src/portable/ohci
parent6afd4a57896f9c9e794de3ab6eabc73d18be4bd0 (diff)
Revert "Merge branch 'hathach:master' into MCX"
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
Diffstat (limited to 'src/portable/ohci')
-rw-r--r--src/portable/ohci/ohci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ohci/ohci.h b/src/portable/ohci/ohci.h
index 94bad5df7..4feefd771 100644
--- a/src/portable/ohci/ohci.h
+++ b/src/portable/ohci/ohci.h
@@ -83,7 +83,7 @@ typedef struct TU_ATTR_ALIGNED(16)
volatile uint32_t condition_code : 4;
// Word 1
- uint8_t* volatile current_buffer_pointer;
+ volatile uint8_t* current_buffer_pointer;
// Word 2 : next TD
volatile uint32_t next;