]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit220ce71b42e093db55e71c3e3e1b1dac7f626d80
tree4fd215826fcd7f49a9aad2c7a1c558cff1be8913
parentec53070f12a71becf938b1eb3679af1361c5e9a4
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