i2c: Remove i2c clients in reverse order
authorJean Delvare <khali@linux-fr.org>
Fri, 28 Nov 2008 14:24:38 +0000 (15:24 +0100)
committerJean Delvare <khali@linux-fr.org>
Fri, 28 Nov 2008 14:24:38 +0000 (15:24 +0100)
i2c clients should be removed in reverse order compared to the probe
(actually: bind) order. This matters when several clients depend on
each other.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

No differences found