commit | 4268509a36a79a6e449a4937d88bb4d21f8b2078 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 16:21:09 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 03 15:39:39 2019 +0200 |
tree | 0601d78abedaf2021fed06cb5d12707ef33cb8cb | |
parent | 3e6f176f304ee8effec698ebaff6b7baecb5e1e6 [diff] |
zsmalloc: 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: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> Cc: linux-mm@kvack.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>