Home
last modified time | relevance | path

Searched hist:"8 d669f93b4b1405946af77a155c1df4fe1b526b1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.cdiff 8d669f93b4b1405946af77a155c1df4fe1b526b1 Wed Jan 10 12:03:20 CST 2018 Christoph Hellwig <hch@lst.de> 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>