Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357200
b: refs/heads/master
c: 1ca6ae8
h: refs/heads/master
v: v3
  • Loading branch information
John Törnblom authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent f2d5191 commit e14b838
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: e19bc863f1f45223a85935f070177eda6b422f8f
refs/heads/master: 1ca6ae8de8a563f69eebe114d023855b4f0bcb1b
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/bt8xx/bttv-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last)
if (i2c_debug)
pr_cont(" %02x", msg->buf[cnt]);
}
if (!(xmit & BT878_I2C_NOSTOP))
if (i2c_debug && !(xmit & BT878_I2C_NOSTOP))
pr_cont(">\n");
return msg->len;

Expand Down

0 comments on commit e14b838

Please sign in to comment.