um: Fix return value of strnlen_user()
authorRichard Weinberger <richard@nod.at>
Sat, 11 May 2013 13:35:32 +0000 (15:35 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 19 Jul 2013 08:45:17 +0000 (10:45 +0200)
In case of an error it must not return -EFAULT.
Return 0 like all other archs do.

Reported-by: toralf.foerster@gmx.de
Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found