Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29374
b: refs/heads/master
c: 332b5a5
h: refs/heads/master
v: v3
  • Loading branch information
Albert Lee authored and Jeff Garzik committed Feb 9, 2006
1 parent fe4f783 commit 32d611a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 555a8965069b8e34292cbccc3ad8f619b96815fe
refs/heads/master: 332b5a52f2f96bc2d13bbe594a430318c0ee4425
26 changes: 13 additions & 13 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4510,19 +4510,6 @@ irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs)
return IRQ_RETVAL(handled);
}

/**
* ata_port_start - Set port up for dma.
* @ap: Port to initialize
*
* Called just after data structures for each port are
* initialized. Allocates space for PRD table.
*
* May be used as the port_start() entry in ata_port_operations.
*
* LOCKING:
* Inherited from caller.
*/

/*
* Execute a 'simple' command, that only consists of the opcode 'cmd' itself,
* without filling any other registers
Expand Down Expand Up @@ -4613,6 +4600,19 @@ int ata_device_suspend(struct ata_port *ap, struct ata_device *dev)
return 0;
}

/**
* ata_port_start - Set port up for dma.
* @ap: Port to initialize
*
* Called just after data structures for each port are
* initialized. Allocates space for PRD table.
*
* May be used as the port_start() entry in ata_port_operations.
*
* LOCKING:
* Inherited from caller.
*/

int ata_port_start (struct ata_port *ap)
{
struct device *dev = ap->host_set->dev;
Expand Down

0 comments on commit 32d611a

Please sign in to comment.