mbox series

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

Message ID 20230920215339.4125856-1-charles.kearney@hpe.com
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.