From: Jean Delvare Date: Wed, 13 May 2009 19:48:07 +0000 (-0300) Subject: V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs X-Git-Tag: v2.6.31-rc1~297^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df8e9861cf9fac5737ccb61c7f7fefa77711d40;p=pandora-kernel.git V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs In the standard device driver binding model, the name field of struct i2c_client is used to match devices to their drivers, so we must stop using it for internal purposes. Define a separate field in struct IR_i2c as a replacement, and use it. Signed-off-by: Jean Delvare Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed