commit | 8d669f93b4b1405946af77a155c1df4fe1b526b1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 10 19:03:20 2018 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jan 17 18:02:46 2018 -0600 |
tree | 5467827e62ee30d1dfa4425acf986ae946ecb164 | |
parent | 894f3009d69c6f29f06443acbafb1c2f63271998 [diff] |
media: ttusb-dec: Remove pci_zalloc_coherent() abuse Switch to a plain kzalloc() instead of pci_zalloc_coherent() to allocate memory for the USB DMA. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>