sata_fsl: remove dead code in tag retrieval libata-eh
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Jun 2018 16:08:02 +0000 (10:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Jun 2018 16:08:02 +0000 (10:08 -0600)
commit9c6f6ba6377e9bf045ccae348ec31618fce76b69
treefdbd2dec2355bcf81fe57e93cece8795ccbf86bc
parentad46e53b11c683b9d0820aa31c7af9872c10a856
sata_fsl: remove dead code in tag retrieval

We can never pass in the internal tag to this helper, it'll
always be the hardware tag. So there's no need to check and
do an internal translation of that tag.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/sata_fsl.c