X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fbase%2Fdma-buf.c;h=6687ba7418796429c95077de55c0664035b4d7ea;hb=4460d028d4779900802d2184334d90d7ef1d2600;hp=08fe897c0b4cfcdc4c2eed939870cf46ddf57735;hpb=6fa52ed33bea997374a88dbacbba5bf8c7ac4fef;p=karo-tx-linux.git diff --git a/drivers/base/dma-buf.c b/drivers/base/dma-buf.c index 08fe897c0b4c..6687ba741879 100644 --- a/drivers/base/dma-buf.c +++ b/drivers/base/dma-buf.c @@ -680,10 +680,7 @@ int dma_buf_debugfs_create_file(const char *name, d = debugfs_create_file(name, S_IRUGO, dma_buf_debugfs_dir, write, &dma_buf_debug_fops); - if (IS_ERR(d)) - return PTR_ERR(d); - - return 0; + return PTR_RET(d); } #else static inline int dma_buf_init_debugfs(void)