aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mul.c
diff options
context:
space:
mode:
authorTony Battersby <[email protected]>2023-01-26 13:51:15 -0800
committerAndrew Morton <[email protected]>2023-05-06 10:33:36 -0700
commit67a540c60c39d052d9599aa9909023152200a707 (patch)
tree62316d1cbcc7bf9e1e8c75540efabbd018db3490 /lib/mpi/mpi-mul.c
parent418d5c98319f67b9ae651babea031b5394425c18 (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] Fixes: 2d55c16c0c54 ("dmapool: create/destroy cleanup") 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 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions