Commit c8ccf812 authored by Tejun Heo's avatar Tejun Heo
Browse files

libata: fix build warning from unused goto label



b1ffbf85 ("libata: Support for an ATA PASS-THROUGH(32) command.")
introduced an unused goto label.  Remove it.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent b1ffbf85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4191,7 +4191,6 @@ static unsigned int ata_scsi_var_len_cdb_xlat(struct ata_queued_cmd *qc)
	if (sa == ATA_32)
		return ata_scsi_pass_thru(qc);

unspprt_sa:
	/* unsupported service action */
	return 1;
}