diff options
Diffstat (limited to 'drivers/usb/host/ehci-mem.c')
| -rw-r--r-- | drivers/usb/host/ehci-mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mem.c b/drivers/usb/host/ehci-mem.c index c0fb6a8ae6a3..b6205fac3567 100644 --- a/drivers/usb/host/ehci-mem.c +++ b/drivers/usb/host/ehci-mem.c | |||
| @@ -209,7 +209,7 @@ static int ehci_mem_init (struct ehci_hcd *ehci, gfp_t flags) | |||
| 209 | ehci->periodic = (__le32 *) | 209 | ehci->periodic = (__le32 *) |
| 210 | dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller, | 210 | dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller, |
| 211 | ehci->periodic_size * sizeof(__le32), | 211 | ehci->periodic_size * sizeof(__le32), |
| 212 | &ehci->periodic_dma, 0); | 212 | &ehci->periodic_dma, flags); |
| 213 | if (ehci->periodic == NULL) { | 213 | if (ehci->periodic == NULL) { |
| 214 | goto fail; | 214 | goto fail; |
| 215 | } | 215 | } |
