Searched hist:"860286 cf33963fa8a0fe542995bdec2df5cb3abb" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | diff 860286cf33963fa8a0fe542995bdec2df5cb3abb Sun Feb 09 04:58:56 CST 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 D | setup-common.c | diff 860286cf33963fa8a0fe542995bdec2df5cb3abb Sun Feb 09 04:58:56 CST 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 D | traps.c | diff 860286cf33963fa8a0fe542995bdec2df5cb3abb Sun Feb 09 04:58:56 CST 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
|