Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92505
b: refs/heads/master
c: cac2b0e
h: refs/heads/master
i:
  92503: 320e91f
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent fb47f88 commit 7fa3ed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7daa4a8897e79911f524ddac065adea05c7e9b16
refs/heads/master: cac2b0eb18e140e2f63146d0f97691e9238570b6
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/tuner-i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ static inline int tuner_i2c_xfer_send_recv(struct tuner_i2c_props *props,
({ \
int __ret = 0; \
list_for_each_entry(state, &list, hybrid_tuner_instance_list) { \
if ((state->i2c_props.addr == i2caddr) && \
((state->i2c_props.adap ? \
i2c_adapter_id(state->i2c_props.adap) : -1) == \
(i2cadap ? i2c_adapter_id(i2cadap) : -1))) { \
if (((i2cadap) && (state->i2c_props.adap)) && \
((i2c_adapter_id(state->i2c_props.adap) == \
i2c_adapter_id(i2cadap)) && \
(i2caddr == state->i2c_props.addr))) { \
__tuner_info(state->i2c_props, \
"attaching existing instance\n"); \
state->i2c_props.count++; \
Expand Down

0 comments on commit 7fa3ed7

Please sign in to comment.