Message ID | 20230309094704.2568531-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | spi: mt65xx: Convert to platform remove callback returning void | expand |
On Thu, 09 Mar 2023 10:47:01 +0100, Uwe Kleine-König wrote: > this series converts the spi-mt65xx driver to .remove_new(). While the > preparing patch that gets rid of an early error return is in many cases > a bug fix, it's not tragic here, as the early return only skips steps > that are not necessary after resume failed. Still rework the code flow > to prepare for conversion to .remove_new(). The 2nd patch actually > converts the driver. The third is a small nitpick cleanup the I noticed > while working on the driver. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: mt65xx: Properly handle failures in .remove() commit: 22f407278ea43df46f90cece6595e5e8a0d5447c [2/3] spi: mt65xx: Convert to platform remove callback returning void commit: df7e47196fcef5d5611caa65f91d813578cf3efd [3/3] spi: mt65xx: Don't disguise a "return 0" as "return ret" commit: 6f089e986778d3657247fdc2b38bd38de796732b All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark