You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
volatile_memory: Use size_of_val to fix clippy warnings
Clippy complains with following warnings currently:
"error: manual slice size calculation"
Fix it by using size_of_val instead.
Also fix the usage at another site for the same helper.
Signed-off-by: Viresh Kumar <[email protected]>
0 commit comments