Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140370
b: refs/heads/master
c: 542d886
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Zaytsev authored and Jiri Kosina committed Mar 30, 2009
1 parent ddcb056 commit 61c6c5f
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: 24ec68fb8f0a36a9063f3e72039316e718b628ed
refs/heads/master: 542d886b7f326182cd0a484714d0117e3a8cf11b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ void wusbhc_gtk_rekey(struct wusbhc *wusbhc)
struct wusb_dev *wusb_dev;

wusb_dev = wusbhc->port[p].wusb_dev;
if (!wusb_dev || !wusb_dev->usb_dev | !wusb_dev->usb_dev->authenticated)
if (!wusb_dev || !wusb_dev->usb_dev || !wusb_dev->usb_dev->authenticated)
continue;

usb_fill_control_urb(wusb_dev->set_gtk_urb, wusb_dev->usb_dev,
Expand Down

0 comments on commit 61c6c5f

Please sign in to comment.