sata_fsl: remove dead code in tag retrieval
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Jun 2018 16:12:51 +0000 (10:12 -0600)
committerTejun Heo <tj@kernel.org>
Tue, 19 Jun 2018 16:30:27 +0000 (09:30 -0700)
commiteb36333de4bfba57fa6f8f88052e53180d54708e
tree25bd15a045275dea570bfacb3993e5f1f374adff
parentd3543b4d1b48afd931ed4afb6f861e6122657b6f
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>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_fsl.c