Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261508
b: refs/heads/master
c: 39624f7
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent eabd93c commit fbbf8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bcd2ebb76039bf4b1d1cb9f9f0e182548578e692
refs/heads/master: 39624f7ee8eb90b61d79ab731da264959ac1879a
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,8 +1395,10 @@ static int DownloadMicrocode(struct drxk_state *state,
}

status = write_block(state, Address, BlockSize, pSrc);
if (status < 0)
if (status < 0) {
printk(KERN_ERR "drxk: Error %d while loading firmware\n", status);
break;
}
pSrc += BlockSize;
offset += BlockSize;
}
Expand Down

0 comments on commit fbbf8d1

Please sign in to comment.