s390/ipl: use octal values instead of S_* macros
authorSven Schnelle <svens@linux.ibm.com>
Thu, 1 Dec 2022 15:05:43 +0000 (16:05 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 6 Dec 2022 15:18:22 +0000 (16:18 +0100)
commita70f72767fa17d76c48d1123213dbe631556ec06
tree9d5e3da945f6085d0d255bc574fae3ee9545e482
parente2d2a2968f2abe1b8215fd99bfc68d6284d51ac2
s390/ipl: use octal values instead of S_* macros

octal values are easier to read and checkpatch also recommends
to use them, so replace all the S_* macros with their counterparts.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/ipl.c