Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79118
b: refs/heads/master
c: 83eacf2
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent d75f64d commit d914956
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: f9f6890e41815cfb8aa34fe9efb216fcc16eea9e
refs/heads/master: 83eacf233e62349c8a7282616fedc602ee95a555
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int if_usb_probe(struct usb_interface *intf,
priv->hw_host_to_card = if_usb_host_to_card;
priv->hw_get_int_status = if_usb_get_int_status;
priv->hw_read_event_cause = if_usb_read_event_cause;
priv->boot2_version = udev->descriptor.bcdDevice;
priv->boot2_version = le16_to_cpu(udev->descriptor.bcdDevice);

/* Delay 200 ms to waiting for the FW ready */
if_usb_submit_rx_urb(cardp);
Expand Down

0 comments on commit d914956

Please sign in to comment.