CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/09 02:12:22
Modified files:
sys/dev/ic : ufshci.c
Log message:
Don't do math on KVA to get the required slot offset since that could
cause invalid pointers depending on the compiler interpretation of
(void *). Instead work with the structure pointer itself.
Proposed by dlg@
