All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: libata-eh: Add missing command name
@ 2022-08-11 17:31 Damien Le Moal
  2022-08-12  5:57 ` Hannes Reinecke
  0 siblings, 1 reply; 2+ messages in thread
From: Damien Le Moal @ 2022-08-11 17:31 UTC (permalink / raw)
  To: linux-ide; +Cc: Sergey Shtylyov

Add the missing command name for ATA_CMD_NCQ_NON_DATA to
ata_get_cmd_name().

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
---
 drivers/ata/libata-eh.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index ef4508d72c02..7c128c89b454 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -2122,6 +2122,7 @@ const char *ata_get_cmd_name(u8 command)
 		{ ATA_CMD_WRITE_QUEUED_FUA_EXT, "WRITE DMA QUEUED FUA EXT" },
 		{ ATA_CMD_FPDMA_READ,		"READ FPDMA QUEUED" },
 		{ ATA_CMD_FPDMA_WRITE,		"WRITE FPDMA QUEUED" },
+		{ ATA_CMD_NCQ_NON_DATA,		"NCQ NON-DATA" },
 		{ ATA_CMD_FPDMA_SEND,		"SEND FPDMA QUEUED" },
 		{ ATA_CMD_FPDMA_RECV,		"RECEIVE FPDMA QUEUED" },
 		{ ATA_CMD_PIO_READ,		"READ SECTOR(S)" },
-- 
2.37.1


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

* Re: [PATCH] ata: libata-eh: Add missing command name
  2022-08-11 17:31 [PATCH] ata: libata-eh: Add missing command name Damien Le Moal
@ 2022-08-12  5:57 ` Hannes Reinecke
  0 siblings, 0 replies; 2+ messages in thread
From: Hannes Reinecke @ 2022-08-12  5:57 UTC (permalink / raw)
  To: Damien Le Moal, linux-ide; +Cc: Sergey Shtylyov

On 8/11/22 19:31, Damien Le Moal wrote:
> Add the missing command name for ATA_CMD_NCQ_NON_DATA to
> ata_get_cmd_name().
> 
> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> ---
>   drivers/ata/libata-eh.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
> index ef4508d72c02..7c128c89b454 100644
> --- a/drivers/ata/libata-eh.c
> +++ b/drivers/ata/libata-eh.c
> @@ -2122,6 +2122,7 @@ const char *ata_get_cmd_name(u8 command)
>   		{ ATA_CMD_WRITE_QUEUED_FUA_EXT, "WRITE DMA QUEUED FUA EXT" },
>   		{ ATA_CMD_FPDMA_READ,		"READ FPDMA QUEUED" },
>   		{ ATA_CMD_FPDMA_WRITE,		"WRITE FPDMA QUEUED" },
> +		{ ATA_CMD_NCQ_NON_DATA,		"NCQ NON-DATA" },
>   		{ ATA_CMD_FPDMA_SEND,		"SEND FPDMA QUEUED" },
>   		{ ATA_CMD_FPDMA_RECV,		"RECEIVE FPDMA QUEUED" },
>   		{ ATA_CMD_PIO_READ,		"READ SECTOR(S)" },

Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke                Kernel Storage Architect
hare@suse.de                              +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Ivo Totev, Andrew
Myers, Andrew McDonald, Martje Boudien Moerman

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

end of thread, other threads:[~2022-08-12  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 17:31 [PATCH] ata: libata-eh: Add missing command name Damien Le Moal
2022-08-12  5:57 ` Hannes Reinecke

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.