Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127710
b: refs/heads/master
c: b63d395
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Jan 8, 2009
1 parent 5a20da0 commit b9ec544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5c18c4d28ba9a29203c1dc6b7c64df63ca00938a
refs/heads/master: b63d3953251f144b75993374d752e0d57034c8bb
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_hpt3x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void hpt3x3_set_dmamode(struct ata_port *ap, struct ata_device *adev)
* writing to the control register or the chip will hang
*/

static int hpt3x3_freeze(struct ata_port *ap)
static void hpt3x3_freeze(struct ata_port *ap)
{
void __iomem *mmio = ap->ioaddr.bmdma_addr;

Expand Down Expand Up @@ -296,4 +296,4 @@ MODULE_DEVICE_TABLE(pci, hpt3x3);
MODULE_VERSION(DRV_VERSION);

module_init(hpt3x3_init);
module_exit(hpt3x3_exit);
module_exit(hpt3x3_exit);

0 comments on commit b9ec544

Please sign in to comment.