Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226251
b: refs/heads/master
c: 13d28e4
h: refs/heads/master
i:
  226249: ed47c25
  226247: a32f52a
v: v3
  • Loading branch information
Matthias Schwarzott authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent f50ae61 commit df4bd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 62c7cdd8a16025e4d5596b8e61352960745f3707
refs/heads/master: 13d28e4917fb6cf6898e8998f01ab83b3f468aeb
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/ix2505v.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int ix2505v_read_status_reg(struct ix2505v_state *state)
ret = i2c_transfer(state->i2c, msg, 1);
deb_i2c("Read %s ", __func__);

return (ret = 1) ? (int) b2[0] : -1;
return (ret == 1) ? (int) b2[0] : -1;
}

static int ix2505v_write(struct ix2505v_state *state, u8 buf[], u8 count)
Expand Down

0 comments on commit df4bd1b

Please sign in to comment.