commit | 94035edcb4e3bbc9f445bee706722ef64e044095 | [log] [tgz] |
---|---|---|
author | Tiezhu Yang <yangtiezhu@loongson.cn> | Sat Nov 07 18:03:12 2020 +0800 |
committer | Christoph Hellwig <hch@lst.de> | Fri Nov 27 10:33:42 2020 +0100 |
tree | 2f3c6cfa6c1f930ae23d97f169a85f65645a089f | |
parent | bf6e2d562bbc4d115cf322b0bca57fe5bbd26f48 [diff] |
dma-pool: no need to check return value of debugfs_create functions When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Christoph Hellwig <hch@lst.de>