s390/uaccess: make setfs macro return void
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 14 Nov 2016 13:28:51 +0000 (14:28 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 23 Nov 2016 15:02:19 +0000 (16:02 +0100)
commit56e9219a8248321b71199ca3b0279e07d23d3576
tree6117da21ca85981de274db89803909e220f7a511
parenta95aeb2ff4a99dded0cfa4bec4ee61aaeb8b5109
s390/uaccess: make setfs macro return void

For an unknown (historic) reason the s390 specific implementation of
set_fs returns whatever the __ctl_load would return. The set_fs macro
however is supposed to return void.
Change the macro to do that.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/uaccess.h