]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: Drivers stop using the redundant client list
authorJean Delvare <khali@linux-fr.org>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
committerJean Delvare <khali@hyperion.delvare>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
commit17ddfd987f988623c8f00ef4cfba2dbb5c917fa3
treed3ff59a63689c933a0cdf2f975b5b354eb888588
parentae6921dcd738a602702447a724ff58f31c10dabe
i2c: Drivers stop using the redundant client list

The redundant i2c client list maintained by i2c-core is going away
soon, so drivers should stop using it now. Instead, they can use the
standard iterator provided by the device driver model
(device_for_each_child).

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: David Brownell <david-b@pacbell.net>
Cc: Michael Hunold <michael@mihu.de>
drivers/media/video/dpc7146.c
drivers/media/video/mxb.c