atomic: Avoid casting the return value of atomic_load_ptr to void *
Otherwise a cast is needed to load a uintptr_t value.
Fixes: e1f4d623779d ("rangelocks: remove unneeded cast of the atomic_load_ptr() result")
MFC after: 1 week
atomic: Avoid casting the return value of atomic_load_ptr to void * Tags None Referenced Files None Subscribers None
Description
Details
|