Skip to content
Commit 248b122b authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: core: fix cached revision on our structure



All our revision macros are defined with the entire
32-bits which we read from GSNPSID register, so we
must cache all 32-bits properly rather than masking
the top 16-bits.

This will fix all revision checks we have on current
driver.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent ccc080c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment