Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221943
b: refs/heads/master
c: 8687197
h: refs/heads/master
i:
  221941: 2c35715
  221939: a95bb51
  221935: e4c057a
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 11, 2010
1 parent a639f57 commit ab1d9af
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: 1c0a38038e8fcfaa6b5a81d53a4898f3f939f582
refs/heads/master: 868719752d60fb04a3714d77fdeb780b4d585faf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static int xhci_setup_msix(struct xhci_hcd *xhci)

xhci->msix_entries =
kmalloc((sizeof(struct msix_entry))*xhci->msix_count,
GFP_ATOMIC);
GFP_KERNEL);
if (!xhci->msix_entries) {
xhci_err(xhci, "Failed to allocate MSI-X entries\n");
return -ENOMEM;
Expand Down

0 comments on commit ab1d9af

Please sign in to comment.