Home
last modified time | relevance | path

Searched hist:ef9d5a6a3f5c0badaf0d33170c02a2c30164b5be (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/math-emu/
H A Dme-debugfs.cdiff ef9d5a6a3f5c0badaf0d33170c02a2c30164b5be Tue Jan 22 15:57:41 CET 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> mips: math-emu: 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.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: Yangtao Li <tiny.windzz@gmail.com>
Cc: linux-mips@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>