]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit868f336dd9ac1e1c215acc167dd33783473f03bb
tree77c0c2ecb3a5b91810506656ada39d81fc323b75
parentb92c3d37a09525aeeed627120ca4ddf19c0fbef9
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