diff options
Diffstat (limited to 'v4l_experimental/v3tv/vpx3224.c')
-rw-r--r-- | v4l_experimental/v3tv/vpx3224.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v4l_experimental/v3tv/vpx3224.c b/v4l_experimental/v3tv/vpx3224.c index 76a7b152a..5e4a10694 100644 --- a/v4l_experimental/v3tv/vpx3224.c +++ b/v4l_experimental/v3tv/vpx3224.c @@ -1060,7 +1060,7 @@ static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; // static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; // static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; -static unsigned short force[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; +// static unsigned short force[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; static struct i2c_client_address_data addr_data = { .normal_i2c = normal_i2c, @@ -1069,7 +1069,6 @@ static struct i2c_client_address_data addr_data = { // .probe_range = probe_range, .ignore = ignore, // .ignore_range = ignore_range, - .force = force }; /* Maintain a count of registered clients */ |