Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d2c5b690 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix get_user when passed a const pointer



Unfortunately, later gcc versions error out when our get_user is passed
a const pointer, since we write to a temporary variable declared as
typeof(*(p)) which propagates the const-ness.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 02b30839
Loading
Loading
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