Merge pull request #4250 from trsqr/hvr2205-i2c-reglen

linux: fix i2c_reglen in HVR-2205 patch
This commit is contained in:
Stefan Saraev 2015-07-27 10:24:40 +03:00
commit b85b9ea1c3

View File

@ -134,7 +134,7 @@ diff -urN a/drivers/media/pci/saa7164/saa7164-cards.c b/drivers/media/pci/saa716
+ .name = "SI2168-1", + .name = "SI2168-1",
+ .i2c_bus_nr = SAA7164_I2C_BUS_2, + .i2c_bus_nr = SAA7164_I2C_BUS_2,
+ .i2c_bus_addr = 0xc8 >> 1, + .i2c_bus_addr = 0xc8 >> 1,
+ .i2c_reg_len = REGLEN_8bit, + .i2c_reg_len = REGLEN_0bit,
+ }, { + }, {
+ .id = 0x25, + .id = 0x25,
+ .type = SAA7164_UNIT_TUNER, + .type = SAA7164_UNIT_TUNER,
@ -148,7 +148,7 @@ diff -urN a/drivers/media/pci/saa7164/saa7164-cards.c b/drivers/media/pci/saa716
+ .name = "SI2168-2", + .name = "SI2168-2",
+ .i2c_bus_nr = SAA7164_I2C_BUS_2, + .i2c_bus_nr = SAA7164_I2C_BUS_2,
+ .i2c_bus_addr = 0xcc >> 1, + .i2c_bus_addr = 0xcc >> 1,
+ .i2c_reg_len = REGLEN_8bit, + .i2c_reg_len = REGLEN_0bit,
+ } }, + } },
+ }, + },
}; };