Skip to content
Snippets Groups Projects
Commit c5b19946 authored by Christian Borntraeger's avatar Christian Borntraeger
Browse files

kernel: Fix sparse warning for ACCESS_ONCE


Commit 927609d6 ("kernel: tighten rules for ACCESS ONCE") results in
sparse warnings like "Using plain integer as NULL pointer" - Let's add a
type cast to the dummy assignment.
To avoid warnings lik "sparse: warning: cast to restricted __hc32" we also
use __force on that cast.

Fixes: 927609d6 ("kernel: tighten rules for ACCESS ONCE")
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
parent 378af02b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment