commit | 0fc1347a7fdbcc25204f737998b824fc46662afd | [log] [tgz] |
---|---|---|
author | Jingchang Lu <b35083@freescale.com> | Wed Aug 07 17:05:38 2013 +0800 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu Aug 15 16:12:14 2013 +0200 |
tree | fde085cafd0e4c54036cc7e6f81ccbb7c8187e4e | |
parent | 46f2832b9f66b008fb813fe153f27794412fbc4f [diff] |
i2c: imx: don't change platform device id_entry directly The id_entry field should be changed by platform driver core, driver should prevent changing it derectly. Use local variable to save and extract platform_device_id info of the dts devices instead. Signed-off-by: Jingchang Lu <b35083@freescale.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>