Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166300
b: refs/heads/master
c: 33e2fb2
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Sep 23, 2009
1 parent 1e89a6b commit 7515009
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: 94f85853324e02c3a32bc3101f090dc9a3f512b4
refs/heads/master: 33e2fb2f2b5d3b2f491fccab0ead256e34447cc6
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/zd1211rw/zd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int eject_installer(struct usb_interface *intf)

/* Find bulk out endpoint */
endpoint = &iface_desc->endpoint[1].desc;
if ((endpoint->bEndpointAddress & USB_TYPE_MASK) == USB_DIR_OUT &&
if (usb_endpoint_dir_out(endpoint) &&
usb_endpoint_xfer_bulk(endpoint)) {
bulk_out_ep = endpoint->bEndpointAddress;
} else {
Expand Down

0 comments on commit 7515009

Please sign in to comment.