]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libata: fix build warning from unused goto label
authorTejun Heo <tj@kernel.org>
Wed, 28 Jun 2017 18:18:13 +0000 (14:18 -0400)
committerTejun Heo <tj@kernel.org>
Thu, 29 Jun 2017 14:20:59 +0000 (10:20 -0400)
commitc8ccf812c36bfc939063b83614beaa2562828e07
treec51963523acfeaf360097b6552b0aaacc9aab2dc
parentb1ffbf854e0887e2b828b9a3343264453662dec6
libata: fix build warning from unused goto label

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

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c