From 0fc1347a7fdbcc25204f737998b824fc46662afd Mon Sep 17 00:00:00 2001 From: Jingchang Lu Date: Wed, 7 Aug 2013 17:05:38 +0800 Subject: [PATCH] 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 Reviewed-by: Sascha Hauer Signed-off-by: Wolfram Sang --- Reading git-format-patch failed