aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorTony Battersby <[email protected]>2023-01-26 13:51:15 -0800
committerAndrew Morton <[email protected]>2023-04-05 19:42:38 -0700
commit7f796d141c07c6d1984d17885d2276980726ba64 (patch)
tree478222a788e797c24a96bdc2921a441944eb991a /tools/perf/scripts/python/export-to-sqlite.py
parentdef8574308edbc3bca821fb965e429a2fe5f4971 (diff)
dmapool: remove checks for dev == NULL
dmapool originally tried to support pools without a device because dma_alloc_coherent() supports allocations without a device. But nobody ended up using dma pools without a device, and trying to do so will result in an oops. So remove the checks for pool->dev == NULL since they are unneeded bloat. [[email protected]: add check for null dev on create] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Tony Battersby <[email protected]> Signed-off-by: Keith Busch <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions