r1598 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Apr 1 13:10:44 CEST 2007


Author: laforge
Date: 2007-04-01 13:10:44 +0200 (Sun, 01 Apr 2007)
New Revision: 1598

Modified:
   trunk/src/target/kernel/patches/gta01-pcf50606.patch
Log:
* fix typo (MN is minute, MT is month), spotted by Matt Hsu


Modified: trunk/src/target/kernel/patches/gta01-pcf50606.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-pcf50606.patch	2007-04-01 11:09:09 UTC (rev 1597)
+++ trunk/src/target/kernel/patches/gta01-pcf50606.patch	2007-04-01 11:10:44 UTC (rev 1598)
@@ -3,7 +3,7 @@
 Index: linux-2.6.20.4/drivers/i2c/chips/pcf50606.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20.4/drivers/i2c/chips/pcf50606.c	2007-04-01 13:05:25.000000000 +0200
++++ linux-2.6.20.4/drivers/i2c/chips/pcf50606.c	2007-04-01 13:09:02.000000000 +0200
 @@ -0,0 +1,1896 @@
 +/* Philips PCF50606 Power Management Unit (PMU) driver
 + *
@@ -1235,7 +1235,7 @@
 +	__reg_write(pcf, PCF50606_REG_RTCHRA, pcf_tm.hour);
 +	__reg_write(pcf, PCF50606_REG_RTCWDA, pcf_tm.wkday);
 +	__reg_write(pcf, PCF50606_REG_RTCDTA, pcf_tm.day);
-+	__reg_write(pcf, PCF50606_REG_RTCMNA, pcf_tm.month);
++	__reg_write(pcf, PCF50606_REG_RTCMTA, pcf_tm.month);
 +	__reg_write(pcf, PCF50606_REG_RTCYRA, pcf_tm.year);
 +
 +	if (alrm->enabled) {





More information about the commitlog mailing list