Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264935
b: refs/heads/master
c: 73ddc24
h: refs/heads/master
i:
  264933: 7db7bca
  264931: 6761a53
  264927: 84b48f0
v: v3
  • Loading branch information
sifram.rajas@gmail.com authored and Greg Kroah-Hartman committed Sep 9, 2011
1 parent 1ca0024 commit 77f0046
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: 2ffdea25f054439c31c24b248faa647685280571
refs/heads/master: 73ddc2474bcc5234fa0a4e406e015ed16d16b6c8
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,7 @@ static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev,
return -ENODEV;

if (check_virt_dev) {
if (!udev->slot_id || !xhci->devs
|| !xhci->devs[udev->slot_id]) {
if (!udev->slot_id || !xhci->devs[udev->slot_id]) {
printk(KERN_DEBUG "xHCI %s called with unaddressed "
"device\n", func);
return -EINVAL;
Expand Down

0 comments on commit 77f0046

Please sign in to comment.