[Armadeus-commitlog] SF.net SVN: armadeus:[1187] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-03-24 11:32:10
|
Revision: 1187
http://armadeus.svn.sourceforge.net/armadeus/?rev=1187&view=rev
Author: artemys
Date: 2009-03-24 11:32:02 +0000 (Tue, 24 Mar 2009)
Log Message:
-----------
[LINUX] Corrects bug in I2C bus declaration in apf27.c
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-03-23 22:24:07 UTC (rev 1186)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/281-apf27-armadeus-add_apf27.c.patch 2009-03-24 11:32:02 UTC (rev 1187)
@@ -1265,7 +1265,7 @@
+ mxc_register_device(&imx_i2c_device1, &apf27_i2c_1_data);
+
+ i2c_register_board_info(0, apf27_i2c_devices_bus0,
-+ ARRAY_SIZE(apf27_i2c_devices_bus1));
++ ARRAY_SIZE(apf27_i2c_devices_bus0));
+
+ i2c_register_board_info(1, apf27_i2c_devices_bus1,
+ ARRAY_SIZE(apf27_i2c_devices_bus1));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|