Home
last modified time | relevance | path

Searched hist:"860286 cf33963fa8a0fe542995bdec2df5cb3abb" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsetup-common.cdiff 860286cf33963fa8a0fe542995bdec2df5cb3abb Sun Feb 09 11:58:56 CET 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/kernel: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200209105901.1620958-1-gregkh@linuxfoundation.org
H A Dtraps.cdiff 860286cf33963fa8a0fe542995bdec2df5cb3abb Sun Feb 09 11:58:56 CET 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/kernel: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200209105901.1620958-1-gregkh@linuxfoundation.org