Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125531
b: refs/heads/master
c: f347535
h: refs/heads/master
i:
  125529: e9bdde7
  125527: 6091f7a
v: v3
  • Loading branch information
roel kluin authored and Mauro Carvalho Chehab committed Jan 2, 2009
1 parent 1ddc3f4 commit 384b769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 9ed55375919bc30c448c6dd5107e8d593f96856f
refs/heads/master: f347535a6065be6f9e65526fa82c088d68040f42
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/cx23885/cx23885-417.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,12 +1027,13 @@ static int cx23885_initialize_codec(struct cx23885_dev *dev)
printk(KERN_ERR "%s() f/w load failed\n", __func__);
return retval;
}
dev->cx23417_mailbox = cx23885_find_mailbox(dev);
if (dev->cx23417_mailbox < 0) {
retval = cx23885_find_mailbox(dev);
if (retval < 0) {
printk(KERN_ERR "%s() mailbox < 0, error\n",
__func__);
return -1;
}
dev->cx23417_mailbox = retval;
retval = cx23885_api_cmd(dev, CX2341X_ENC_PING_FW, 0, 0);
if (retval < 0) {
printk(KERN_ERR
Expand Down

0 comments on commit 384b769

Please sign in to comment.