projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555416f
)
[media] saa7164: change Si2168 reglen to 0 bit
author
Olli Salonen
<
[email protected]
>
Sat, 6 Jun 2015 07:44:57 +0000
(
04:44
-0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 10 Jun 2015 14:44:44 +0000
(11:44 -0300)
The i2c_reg_len for Si2168 should be 0 for correct I2C communication.
Signed-off-by: Olli Salonen <
[email protected]
>
Reviewed-by: Antti Palosaari <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/pci/saa7164/saa7164-cards.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/saa7164/saa7164-cards.c
b/drivers/media/pci/saa7164/saa7164-cards.c
index 8a6455d282c32eca6f253a63787254b20cdce8a1..c2b738227f5837044a6d9207c47a4c4e5393aeb7 100644
(file)
--- a/
drivers/media/pci/saa7164/saa7164-cards.c
+++ b/
drivers/media/pci/saa7164/saa7164-cards.c
@@
-621,7
+621,7
@@
struct saa7164_board saa7164_boards[] = {
.name = "SI2168-1",
.i2c_bus_nr = SAA7164_I2C_BUS_2,
.i2c_bus_addr = 0xc8 >> 1,
- .i2c_reg_len = REGLEN_
8
bit,
+ .i2c_reg_len = REGLEN_
0
bit,
}, {
.id = 0x25,
.type = SAA7164_UNIT_TUNER,
@@
-635,7
+635,7
@@
struct saa7164_board saa7164_boards[] = {
.name = "SI2168-2",
.i2c_bus_nr = SAA7164_I2C_BUS_2,
.i2c_bus_addr = 0xcc >> 1,
- .i2c_reg_len = REGLEN_
8
bit,
+ .i2c_reg_len = REGLEN_
0
bit,
} },
},
};