Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248799
b: refs/heads/master
c: 00161f7
h: refs/heads/master
i:
  248797: 30da5c5
  248795: 26c4bc5
  248791: aee591b
  248783: da3bc08
  248767: f566378
v: v3
  • Loading branch information
Sarah Sharp committed May 2, 2011
1 parent 449a3c9 commit 5805adf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5e467f6ebab151b2f0166e17348e5b85ae3c87fa
refs/heads/master: 00161f7d04eb1668fde5e22d3e5a17bf90356d2c
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ static void xhci_zero_in_ctx(struct xhci_hcd *xhci, struct xhci_virt_device *vir
}

static int xhci_configure_endpoint_result(struct xhci_hcd *xhci,
struct usb_device *udev, int *cmd_status)
struct usb_device *udev, u32 *cmd_status)
{
int ret;

Expand Down Expand Up @@ -1540,7 +1540,7 @@ static int xhci_configure_endpoint_result(struct xhci_hcd *xhci,
}

static int xhci_evaluate_context_result(struct xhci_hcd *xhci,
struct usb_device *udev, int *cmd_status)
struct usb_device *udev, u32 *cmd_status)
{
int ret;
struct xhci_virt_device *virt_dev = xhci->devs[udev->slot_id];
Expand Down

0 comments on commit 5805adf

Please sign in to comment.