Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113847
b: refs/heads/master
c: 513edce
h: refs/heads/master
i:
  113845: 8a35b3e
  113843: 2a6e609
  113839: 037e582
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 9aadb50 commit ae3b72d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 664b11fc725830b59265cd9ec35a4396514d2b26
refs/heads/master: 513edce60f184d90ef4a6d33917264d49c2b07fd
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,8 +1314,7 @@ int pvr2_upload_firmware2(struct pvr2_hdw *hdw)
memcpy(fw_ptr, fw_entry->data + fw_done, bcnt);
/* Usbsnoop log shows that we must swap bytes... */
for (icnt = 0; icnt < bcnt/4 ; icnt++)
((u32 *)fw_ptr)[icnt] =
___swab32(((u32 *)fw_ptr)[icnt]);
((u32 *)fw_ptr)[icnt] = swab32(((u32 *)fw_ptr)[icnt]);

ret |= usb_bulk_msg(hdw->usb_dev, pipe, fw_ptr,bcnt,
&actual_length, HZ);
Expand Down

0 comments on commit ae3b72d

Please sign in to comment.