Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357074
b: refs/heads/master
c: 870f31c
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent ba06153 commit d9aeb43
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cc91de5fad155fdfb40856ac65f29f080b9b42ab
refs/heads/master: 870f31cbf03e0c759900eea2feb276b2fe6558f4
5 changes: 1 addition & 4 deletions trunk/drivers/media/dvb-frontends/or51211.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,7 @@ static int or51211_init(struct dvb_frontend* fe)
i--;
}
}
dprintk("read_fwbits %x %x %x %x %x %x %x %x %x %x\n",
rec_buf[0], rec_buf[1], rec_buf[2], rec_buf[3],
rec_buf[4], rec_buf[5], rec_buf[6], rec_buf[7],
rec_buf[8], rec_buf[9]);
dprintk("read_fwbits %10ph\n", rec_buf);

printk(KERN_INFO "or51211: ver TU%02x%02x%02x VSB mode %02x"
" Status %02x\n",
Expand Down

0 comments on commit d9aeb43

Please sign in to comment.