]> git.baikalelectronics.ru Git - kernel.git/commit
swiotlb: remove a useless return in swiotlb_init
authorDongli Zhang <dongli.zhang@oracle.com>
Sat, 11 Jun 2022 08:25:12 +0000 (01:25 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 22 Jun 2022 10:42:02 +0000 (12:42 +0200)
commiteb1962cca00fd4a6c7f88ad4d4cebe2bb98b06a5
tree2c3e120f655357dd887df89a0a027d08d2eed8fd
parent26041c9825ce2bb75b0a1bdac275608a0b7fb686
swiotlb: remove a useless return in swiotlb_init

Both swiotlb_init_remap() and swiotlb_init() have return type void.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/swiotlb.c