media: ttusb-budget: Remove pci_zalloc_coherent() abuse
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Jan 2018 18:03:19 +0000 (19:03 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Jan 2018 00:01:35 +0000 (18:01 -0600)
commit894f3009d69c6f29f06443acbafb1c2f63271998
treeff3c5d90f5cbf0311c73dd759d0cee0cea9d2a12
parent1291a0d5049dbc06baaaf66a9ff3f53db493b19b
media: ttusb-budget: 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>
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c