diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-11-07 11:03:12 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-11-27 10:33:42 +0100 |
commit | 94035edcb4e3bbc9f445bee706722ef64e044095 (patch) | |
tree | 2f3c6cfa6c1f930ae23d97f169a85f65645a089f /include/asm-generic/vermagic.h | |
parent | powerpc/dma: Fallback to dma_ops when persistent memory present (diff) | |
download | linux-94035edcb4e3bbc9f445bee706722ef64e044095.tar.xz linux-94035edcb4e3bbc9f445bee706722ef64e044095.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions