From: Jean Delvare Date: Sat, 2 May 2009 03:22:27 +0000 (-0300) Subject: V4L/DVB (11748): pvrusb2: Don't use the internal i2c client list X-Git-Tag: v2.6.31-rc1~297^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7ce76428e7ee61dfccf336505da7e1b79966b0;p=pandora-kernel.git V4L/DVB (11748): pvrusb2: Don't use the internal i2c client list The i2c core used to maintain a list of client for each adapter. This is a duplication of what the driver core already does, so this list will be removed as part of a future cleanup. Anyone using this list must stop doing so. For pvrusb2, I propose the following change, which should lead to an equally informative output. The only difference is that i2c clients which are not a v4l2 subdev won't show up, but I guess this case is not supposed to happen anyway. Signed-off-by: Jean Delvare Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed