Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97753
b: refs/heads/master
c: 637007f
h: refs/heads/master
i:
  97751: d743492
v: v3
  • Loading branch information
Al Viro authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent b4c3543 commit 55be29b
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: a954b6681dd389e6bb63d9b5f3254d675f6984c9
refs/heads/master: 637007fe5cfc790c46e3d7af8ba069ddd73f389c
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/dvb-usb-firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx,
if ((*pos + hx->len + 4) >= fw->size)
return -EINVAL;

hx->addr = le16_to_cpu( *((u16 *) &b[1]) );
hx->addr = b[1] | (b[2] << 8);
hx->type = b[3];

if (hx->type == 0x04) {
Expand Down

0 comments on commit 55be29b

Please sign in to comment.