Skip to content
Commit c22f9075 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: fix type conversion in __get_user_size



8-byte access in __get_user_size converts pointer to temporary variable
to the type of original user pointer and then dereferences it, resulting
in the following sparse warning:

  sparse: warning: dereference of noderef expression

Instead dereference the original user pointer under the __typeof__ and
add indirection outside.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 3ac4a615
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment