Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241984
b: refs/heads/master
c: b00aff6
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent fc33b4e commit 4df6e40
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ed54c0e33c6ac72c681f00a41b47840f6570262c
refs/heads/master: b00aff6a36aeafc68cf9044751041ba432ab4495
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/dib9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,11 @@ static int dib9000_mbx_host_init(struct dib9000_state *state, u8 risc_id)
#define MAX_MAILBOX_TRY 100
static int dib9000_mbx_send_attr(struct dib9000_state *state, u8 id, u16 * data, u8 len, u16 attr)
{
u8 ret = 0, *d, b[2];
u8 *d, b[2];
u16 tmp;
u16 size;
u32 i;
int ret = 0;

if (!state->platform.risc.fw_is_running)
return -EINVAL;
Expand Down

0 comments on commit 4df6e40

Please sign in to comment.