Skip to content
Commit a02613a4 authored by Yoshinori Sato's avatar Yoshinori Sato
Browse files

asm-generic: {get,put}_user ptr argument evaluate only 1 time



Current implemantation ptr argument evaluate 2 times.
It'll be an unexpected result.

Changes v5:
Remove unnecessary const.
Changes v4:
Temporary pointer type change to const void*
Changes v3:
Some build error fix.
Changes v2:
Argument x protect.

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent a795239b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment