diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 09:49:43 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 09:49:43 -0500 |
commit | 87b9bcd5aba2916edc0f6ec8814b628160ee7b64 (patch) | |
tree | 8d6681fe9536f3d075bdb3811d780c408d809844 /arch/arm/mach-sa1100 | |
parent | 7c4a52eb557d3928231ddbc89c9064cf9d50e385 (diff) |
arch/arm/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/collie_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/collie_pm.c b/arch/arm/mach-sa1100/collie_pm.c index 1e25b1d19fce..94620be7bfac 100644 --- a/arch/arm/mach-sa1100/collie_pm.c +++ b/arch/arm/mach-sa1100/collie_pm.c | |||
@@ -165,7 +165,7 @@ int collie_read_temp(void) | |||
165 | 165 | ||
166 | ucb1x00_adc_enable(ucb); | 166 | ucb1x00_adc_enable(ucb); |
167 | ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0); | 167 | ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0); |
168 | /* >1010 = battery removed, 460 = 22C ?, higer = lower temp ? */ | 168 | /* >1010 = battery removed, 460 = 22C ?, higher = lower temp ? */ |
169 | voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD0, UCB_SYNC); | 169 | voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD0, UCB_SYNC); |
170 | ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON); | 170 | ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON); |
171 | ucb1x00_adc_disable(ucb); | 171 | ucb1x00_adc_disable(ucb); |