commit | 22d45f01a836c2f5826b8b4b9e029e5f79afec57 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Fri Sep 23 14:19:59 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 26 15:51:13 2011 -0700 |
tree | d7a8ea760ba9bf64c45beecc325d251e690d0111 | |
parent | 421aa841a134f6a743111cf44d0c6d3b45e3cf8c [diff] |
usb/xhci: replace pci_*_consistent() with dma_*_coherent() pci_*_consistent() calls dma_*_coherent() with GFP_ATOMIC and requires pci_dev struct. This is a preparion for later where we no longer have the pci struct around. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>