Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221935
b: refs/heads/master
c: ef821ae
h: refs/heads/master
i:
  221933: 9bdcd3a
  221931: ba338b6
  221927: 8cab843
  221919: 20ae429
v: v3
  • Loading branch information
David Sterba authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent 4402533 commit e4c057a
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: 4b4cd731b08fd7fa2f370a5b329062fb5006dc24
refs/heads/master: ef821ae70fc35a76bdce7e07c70a1a7c2c33cdb9
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_KERNEL);
GFP_ATOMIC);
if (!xhci->msix_entries) {
xhci_err(xhci, "Failed to allocate MSI-X entries\n");
return -ENOMEM;
Expand Down

0 comments on commit e4c057a

Please sign in to comment.