Fix an uninitialized variable.
Surprisingly, the actual initial value of this variable is irrelevant, since we always insert 24 bits of data into and then read only those bits out. However, fixing this still removes undefined behavior and removes extraneous register dependencies.
Please register or sign in to comment