Re: [PATCH] libata: fix build warning in ata_scsi_var_len_cdb_xlat

From: Tejun Heo
Date: Wed Jun 28 2017 - 17:26:38 EST


Hello, Arnd.

On Wed, Jun 28, 2017 at 10:04:03PM +0200, Arnd Bergmann wrote:
> This new harmless warning just showed up:
>
> drivers/ata/libata-scsi.c: In function 'ata_scsi_var_len_cdb_xlat':
> drivers/ata/libata-scsi.c:4194:1: error: label 'unspprt_sa' defined but not used [-Werror=unused-label]
>
> The label is obviously unused and can be removed.
>
> Fixes: b1ffbf854e08 ("libata: Support for an ATA PASS-THROUGH(32) command.")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Already fixed a couple hours ago. Sorry about the noise.

Thanks.

--
tejun