mbox series

[v1,0/1] spi: spi-gxp: BUG: Correct spi write return value

Message ID 20230920215339.4125856-1-charles.kearney@hpe.com (mailing list archive)
Headers show
Series spi: spi-gxp: BUG: Correct spi write return value | expand

Message

charles.kearney@hpe.com Sept. 20, 2023, 9:53 p.m. UTC
From: Charles Kearney <charles.kearney@hpe.com>

Bug fix to correct return value of gxp_spi_write function to zero.
Completion of succesful operation should return zero.

Fixes: 730bc8ba5e9e spi: spi-gxp: Add support for HPE GXP SoCs

Charles Kearney (1):
  spi: spi-gxp: BUG: Correct spi write return value

 drivers/spi/spi-gxp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Sept. 27, 2023, 3:06 p.m. UTC | #1
On Wed, Sep 20, 2023 at 09:53:38PM +0000, charles.kearney@hpe.com wrote:
> From: Charles Kearney <charles.kearney@hpe.com>
> 
> Bug fix to correct return value of gxp_spi_write function to zero.
> Completion of succesful operation should return zero.

Please don't send cover letters for single patches, if there is anything
that needs saying put it in the changelog of the patch or after the ---
if it's administrative stuff.  This reduces mail volume and ensures that 
any important information is recorded in the changelog rather than being
lost.
Mark Brown Sept. 28, 2023, 8:35 a.m. UTC | #2
On Wed, 20 Sep 2023 21:53:38 +0000, charles.kearney@hpe.com wrote:
> Bug fix to correct return value of gxp_spi_write function to zero.
> Completion of succesful operation should return zero.
> 
> Fixes: 730bc8ba5e9e spi: spi-gxp: Add support for HPE GXP SoCs
> 
> Charles Kearney (1):
>   spi: spi-gxp: BUG: Correct spi write return value
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: spi-gxp: BUG: Correct spi write return value
      commit: 1a8196a93e493c0a50b800cb09cef60b124eee15

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