Peng Fan
c36ecf3abf
i2c:mxc fix array size of i2c_data
...
We should not hardcode array size of i2c_data to 3. To CONFIG_FSL_LSCH3,
there are 4 i2c interface, but not 3. So the size of i2c_data array should
be calculated using "ARRAY_SIZE(i2c_bases)".
To avoid compile error, move i2c_bases before sram_data structure which
contains i2c_data array.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com >
2015-01-08 11:00:45 -05:00
..
2014-11-17 08:10:37 +01:00
2014-04-17 17:24:38 -04:00
2014-04-17 17:24:38 -04:00
2014-10-29 08:56:23 +01:00
2013-07-24 09:44:38 -04:00
2014-11-23 06:48:30 -05:00
2014-01-13 08:18:38 +01:00
2013-07-25 08:51:42 -04:00
2014-12-08 07:27:22 +01:00
2014-12-11 13:18:42 -07:00
2014-12-11 13:18:42 -07:00
2014-09-24 18:30:29 -04:00
2014-09-24 18:30:28 -04:00
2014-06-12 11:42:50 +02:00
2014-12-11 13:18:42 -07:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-10-23 09:59:21 -04:00
2015-01-08 11:00:45 -05:00
2014-10-29 08:56:07 +01:00
2014-07-16 05:18:55 +02:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-11-10 06:44:30 +01:00
2014-11-10 06:47:37 +01:00
2013-12-06 07:46:23 +01:00
2013-10-17 07:20:26 +02:00
2014-12-11 13:18:42 -07:00
2014-04-14 17:41:48 +09:00
2013-07-24 09:44:38 -04:00
2014-02-06 02:51:52 +01:00
2014-12-11 13:18:44 -07:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-05-08 07:03:37 +02:00