mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
ide-scsi: remove needless SELECT_DRIVE() call
SELECT_DRIVE() is called by IDE core code in start_request() before device driver's ->do_request method. In ide-scsi case ->do_request is implemented by idescsi_do_request() which is also the only user of idescsi_issue_pc(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
629f944bb1
commit
98d2a7aad1
1 changed files with 0 additions and 2 deletions
|
@ -588,8 +588,6 @@ static ide_startstop_t idescsi_issue_pc (ide_drive_t *drive, idescsi_pc_t *pc)
|
|||
hwif->sg_mapped = 0;
|
||||
}
|
||||
|
||||
SELECT_DRIVE(drive);
|
||||
|
||||
ide_pktcmd_tf_load(drive, IDE_TFLAG_NO_SELECT_MASK, bcount, dma);
|
||||
|
||||
if (dma)
|
||||
|
|
Loading…
Reference in a new issue