s390/boot: get rid of arithmetics on function pointers
authorHeiko Carstens <hca@linux.ibm.com>
Sun, 25 Jul 2021 13:07:25 +0000 (15:07 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:22 +0000 (09:39 +0200)
commit6ab023641a34b18751310bbbeedb0e60aca2e4b2
tree77c0c2ecb3a5b91810506656ada39d81fc323b75
parent243fdac5934f165254dabacdf7266b93567de46d
s390/boot: get rid of arithmetics on function pointers

sparse warning:
  CHECK   arch/s390/boot/startup.c
arch/s390/boot/startup.c:283:39: error: arithmetics on pointers to functions

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/startup.c