commit | 80ba38469aa28bbcfc7a31e5b41adfc42120465e | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu May 04 13:06:58 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue May 09 10:43:26 2017 +0200 |
tree | b42c85fa4fb2f1f5e3e35229672e93e577368af4 | |
parent | f5c8b9601036869e162cb278aaafbf003dc4e5a0 [diff] |
s390/topology: let topology_mnest_limit() return unsigned char Fixes a couple of compile warnings with gcc 7.1.0 : arch/s390/kernel/sysinfo.c:578:20: note: directive argument in the range [-2147483648, 4] sprintf(link_to, "15_1_%d", topology_mnest_limit()); Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>