Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97161
b: refs/heads/master
c: f6c2fb5
h: refs/heads/master
i:
  97159: 4915060
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 21, 2008
1 parent 26d9532 commit 8d86d6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 572abae844e380ef4f8484d4e374a9ccf73dd568
refs/heads/master: f6c2fb5ccff51e19850b1aca024a3b20b16a81e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/irda-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ static int stir421x_patch_device(struct irda_usb_cb *self)
}
}

if (self->usbdev->descriptor.bcdDevice == fw_version) {
if (self->usbdev->descriptor.bcdDevice == cpu_to_le16(fw_version)) {
/*
* If we're here, we've found a correct patch
* The actual image starts after the "STMP" keyword
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/irda/irda-usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@
struct irda_class_desc {
__u8 bLength;
__u8 bDescriptorType;
__u16 bcdSpecRevision;
__le16 bcdSpecRevision;
__u8 bmDataSize;
__u8 bmWindowSize;
__u8 bmMinTurnaroundTime;
__u16 wBaudRate;
__le16 wBaudRate;
__u8 bmAdditionalBOFs;
__u8 bIrdaRateSniff;
__u8 bMaxUnicastList;
Expand Down

0 comments on commit 8d86d6b

Please sign in to comment.