commit | dd3ecf17ba70a70d2c9ef9ba725281b84f8eef12 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Aug 11 10:05:15 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 15 15:17:07 2019 +0200 |
tree | edddd7da4fb718a3849c912b65691175798bf1ad | |
parent | 141822aa3f79efc8a2ec3ed464f2fd2c93ccd803 [diff] |
usb: don't create dma pools for HCDs with a localmem_pool If the HCD provides a localmem pool we will never use the DMA pools, so don't create them. Fixes: b0310c2f09bb ("USB: use genalloc for USB HCs with local memory") Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20190811080520.21712-2-hch@lst.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>