Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77412
b: refs/heads/master
c: 6232be3
h: refs/heads/master
v: v3
  • Loading branch information
eric miao authored and Russell King committed Jan 28, 2008
1 parent 6eafa8b commit f6cf55c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 0affa456cb6da51a31a6dd76b3d8827f467f807d
refs/heads/master: 6232be32afa121628c72291ce7eaa24a639905c2
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/pxa3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ unsigned int pxa3xx_get_clk_frequency_khz(int info)
HSS / 1000000, (HSS % 1000000) / 10000);
}

return CLK;
return CLK / 1000;
}

/*
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4924,7 +4924,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)
* @dev: device to target
* @buf: data buffer
* @buflen: buffer length
* @rw: read/write
* @write_data: read/write
*
* Transfer data from/to the device data register by PIO.
*
Expand Down Expand Up @@ -4970,7 +4970,7 @@ unsigned int ata_data_xfer(struct ata_device *dev, unsigned char *buf,
* @dev: device to target
* @buf: data buffer
* @buflen: buffer length
* @rw: read/write
* @write_data: read/write
*
* Transfer data from/to the device data register by PIO. Do the
* transfer with interrupts disabled.
Expand Down

0 comments on commit f6cf55c

Please sign in to comment.