Searched hist:f3c05201950a71c1b8b4f11828303f76c5dd0944 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A D | segment_regs.c | diff f3c05201950a71c1b8b4f11828303f76c5dd0944 Sun Feb 09 04:58:59 CST 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/mm: ptdump: 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-4-gregkh@linuxfoundation.org
|
H A D | bats.c | diff f3c05201950a71c1b8b4f11828303f76c5dd0944 Sun Feb 09 04:58:59 CST 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/mm: ptdump: 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-4-gregkh@linuxfoundation.org
|
H A D | hashpagetable.c | diff f3c05201950a71c1b8b4f11828303f76c5dd0944 Sun Feb 09 04:58:59 CST 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/mm: ptdump: 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-4-gregkh@linuxfoundation.org
|
H A D | ptdump.c | diff f3c05201950a71c1b8b4f11828303f76c5dd0944 Sun Feb 09 04:58:59 CST 2020 Greg Kroah-Hartman <gregkh@linuxfoundation.org> powerpc/mm: ptdump: 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-4-gregkh@linuxfoundation.org
|