s390/ap: rework ap_scan_bus() to return true on config change
authorHarald Freudenberger <freude@linux.ibm.com>
Tue, 30 Jan 2024 16:15:47 +0000 (17:15 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Mar 2024 13:41:14 +0000 (14:41 +0100)
commitb5caf05ee8795a628992fe7b5ac3e7b9bbd735c5
treeda885d8879723b4d320f2519c0d3ba4b1856428f
parent99b3126e46ef8c5c40291b61958f7b9e78b9f162
s390/ap: rework ap_scan_bus() to return true on config change

The AP scan bus function now returns true if there have
been any config changes detected. This will become
important in a follow up patch which will exploit this
hint for further actions. This also required to have
the AP scan bus timer callback reworked as the function
signature has changed to bool ap_scan_bus(void).

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/ap_bus.c