commit | 989e0aac1a801e9e9580632c9fd448a7aaca596a | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Fri Dec 30 15:01:17 2016 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 10 11:11:17 2017 -0500 |
tree | 4f1a87c28571a871a39902d7b62304f671a281e0 | |
parent | 7563f625469e9488fcd23cb64f9a6d61f1758f47 [diff] |
ata: pass queued command to ->sff_data_xfer method For Atari Falcon PATA support we need to check the current command in its ->sff_data_xfer method. Update core code and all users accordingly. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>