libata: remove the done callback from ata_scsi_args
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2017 08:41:45 +0000 (09:41 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 10 Jan 2017 15:55:40 +0000 (10:55 -0500)
commit506db3609cdf30b0ff661e8e38e95e91c54fbb82
tree4fd215826fcd7f49a9aad2c7a1c558cff1be8913
parentf0a37d12f51a51d61f68dd30123f2b1927b56bb6
libata: remove the done callback from ata_scsi_args

It's always the scsi_done callback, and we can get at that easily
in the place where ->done is called.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c