mirror of
https://github.com/torvalds/linux.git
synced 2026-08-24 00:40:02 +02:00
The driver core ignores the return value of struct bus_type::remove() because there is only little that can be done. To simplify the quest to make this function return void, let struct vio_driver::remove() return void, too. All users already unconditionally return 0, this commit makes it obvious that returning an error code is a bad idea. Note there are two nominally different implementations for a vio bus: one in arch/sparc/kernel/vio.c and the other in arch/powerpc/platforms/pseries/vio.c. This patch only adapts the powerpc one. Before this patch for a device that was bound to a driver without a remove callback vio_cmo_bus_remove(viodev) wasn't called. As the device core still considers the device unbound after vio_bus_remove() returns calling this unconditionally is the consistent behaviour which is implemented here. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Reviewed-by: Tyrel Datwyler <tyreld@linux.ibm.com> Acked-by: Lijun Pan <ljp@linux.ibm.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [mpe: Drop unneeded hvcs_remove() forward declaration, squash in change from sfr to drop ibmvnic_remove() forward declaration] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210225221834.160083-1-uwe@kleine-koenig.org |
||
|---|---|---|
| .. | ||
| amd-rng.c | ||
| atmel-rng.c | ||
| ba431-rng.c | ||
| bcm2835-rng.c | ||
| cavium-rng-vf.c | ||
| cavium-rng.c | ||
| cctrng.c | ||
| cctrng.h | ||
| core.c | ||
| exynos-trng.c | ||
| geode-rng.c | ||
| hisi-rng.c | ||
| imx-rngc.c | ||
| ingenic-rng.c | ||
| ingenic-trng.c | ||
| intel-rng.c | ||
| iproc-rng200.c | ||
| ixp4xx-rng.c | ||
| Kconfig | ||
| ks-sa-rng.c | ||
| Makefile | ||
| meson-rng.c | ||
| mtk-rng.c | ||
| mxc-rnga.c | ||
| n2-asm.S | ||
| n2-drv.c | ||
| n2rng.h | ||
| nomadik-rng.c | ||
| npcm-rng.c | ||
| octeon-rng.c | ||
| omap-rng.c | ||
| omap3-rom-rng.c | ||
| optee-rng.c | ||
| pasemi-rng.c | ||
| pic32-rng.c | ||
| powernv-rng.c | ||
| pseries-rng.c | ||
| s390-trng.c | ||
| st-rng.c | ||
| stm32-rng.c | ||
| timeriomem-rng.c | ||
| tx4939-rng.c | ||
| via-rng.c | ||
| virtio-rng.c | ||
| xgene-rng.c | ||
| xiphera-trng.c | ||