All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug
@ 2021-11-03 16:45 Tudor Ambarus
  2021-11-23  7:37 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Tudor Ambarus @ 2021-11-03 16:45 UTC (permalink / raw)
  To: jagan; +Cc: u-boot, Eugen.Hristev, Tudor Ambarus

It was wrongly set to "MR", fix it.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 drivers/spi/atmel-quadspi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/atmel-quadspi.c b/drivers/spi/atmel-quadspi.c
index b1a3aa9a29..c8a68e6447 100644
--- a/drivers/spi/atmel-quadspi.c
+++ b/drivers/spi/atmel-quadspi.c
@@ -180,7 +180,7 @@ static const char *atmel_qspi_reg_name(u32 offset, char *tmp, size_t sz)
 	case QSPI_MR:
 		return "MR";
 	case QSPI_RD:
-		return "MR";
+		return "RD";
 	case QSPI_TD:
 		return "TD";
 	case QSPI_SR:
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug
  2021-11-03 16:45 [PATCH] spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug Tudor Ambarus
@ 2021-11-23  7:37 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2021-11-23  7:37 UTC (permalink / raw)
  To: Tudor.Ambarus, jagan; +Cc: u-boot

On 11/3/21 6:45 PM, Tudor Ambarus wrote:
> It was wrongly set to "MR", fix it.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---

Hi,

This is a trivial fix so I applied it to u-boot-at91/next

Thanks,
Eugen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-23  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 16:45 [PATCH] spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug Tudor Ambarus
2021-11-23  7:37 ` Eugen.Hristev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.