-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] libata irq-pio: eliminate unnecessary queuing in ata_pio_firs…
…t_block() - change the return value of ata_pio_complete() 0 <-> 1 - add return value for ata_pio_first_block() - rename variable "qc_completed" to "has_next" in ata_pio_task() - use has_next to eliminate unnecessary queuing in ata_pio_first_block() Signed-off-by: Albert Lee <albertcc@tw.ibm.com> ========== Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
- Loading branch information
Albert Lee
authored and
Jeff Garzik
committed
Nov 9, 2005
1 parent
e27486d
commit fbcdd80
Showing
1 changed file
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters