commit | 95c09f0344f1dd9206f105b211c36476a7301b07 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Apr 16 12:46:27 2021 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Mon Jun 07 17:06:59 2021 +0200 |
tree | b774523620098353da5ad24b5da877939d0b4146 | |
parent | 3b4dd96854c423bdf20372bbff384c1852862248 [diff] |
s390/ap: wire up bus->probe and bus->remove Hijacking the device_driver's probe/remove callbacks for purely bus-internal logic is a very unconvential construct. Instead just set up our callbacks in the AP bus struct, and really_probe() will call them in the same way as before. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>