commit | 7271e60a950b3677f136a31e084bc4b0463c7018 | [log] [tgz] |
---|---|---|
author | Michael Krufky <mkrufky@linuxtv.org> | Mon May 26 16:08:40 2008 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Mon May 26 16:08:40 2008 +0200 |
tree | 4657584e9362e1915aa0e39b8357076209dacea8 | |
parent | b3733034f113a4119f734b84e94180a42c8bc1a1 [diff] |
tuner: Do not alter i2c_client.name The tuner driver used to change i2c_client.name for its own needs, but it really shouldn't, as this field is used by i2c-core to do the device/driver matching. So, create and use a separate field for the tuner driver needs. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>