All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: cleanup debugfs usage
@ 2019-01-22 14:41 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 26+ messages in thread
From: Greg Kroah-Hartman @ 2019-01-22 14:41 UTC (permalink / raw)
  To: Catalin Marinas, Kevin Hilman, Russell King, Will Deacon
  Cc: Greg Kroah-Hartman, linux-kernel, linux-arm-kernel

When calling debugfs code, there is no need to ever check the return
value of the call, as no logic should ever change if a call works
properly or not.  Fix up a bunch of x86-specific code to not care about
the results of debugfs

Greg Kroah-Hartman (4):
  arm64: dump: no need to check return value of debugfs_create functions
  arm: dump: no need to check return value of debugfs_create functions
  arm: omap1: no need to check return value of debugfs_create functions
  arm: omap2: no need to check return value of debugfs_create functions

 arch/arm/include/asm/ptdump.h   |  9 ++---
 arch/arm/mach-omap1/clock.c     | 63 +++++++--------------------------
 arch/arm/mach-omap1/pm.c        |  7 ++--
 arch/arm/mach-omap2/pm-debug.c  | 15 ++++----
 arch/arm/mm/dump.c              |  4 +--
 arch/arm/mm/ptdump_debugfs.c    |  8 ++---
 arch/arm64/include/asm/ptdump.h |  9 ++---
 arch/arm64/mm/dump.c            |  4 +--
 arch/arm64/mm/ptdump_debugfs.c  |  7 ++--
 9 files changed, 34 insertions(+), 92 deletions(-)

-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2019-01-31 13:58 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-22 14:41 [PATCH 0/4] ARM: cleanup debugfs usage Greg Kroah-Hartman
2019-01-22 14:41 ` Greg Kroah-Hartman
2019-01-22 14:41 ` [PATCH 1/4] arm64: dump: no need to check return value of debugfs_create functions Greg Kroah-Hartman
2019-01-22 14:41   ` Greg Kroah-Hartman
2019-01-25 18:13   ` Catalin Marinas
2019-01-25 18:13     ` Catalin Marinas
2019-01-30 18:21   ` Will Deacon
2019-01-30 18:21     ` Will Deacon
2019-01-30 19:33     ` Greg Kroah-Hartman
2019-01-30 19:33       ` Greg Kroah-Hartman
2019-01-31 13:57       ` Will Deacon
2019-01-31 13:57         ` Will Deacon
2019-01-22 14:41 ` [PATCH 2/4] arm: " Greg Kroah-Hartman
2019-01-22 14:41   ` Greg Kroah-Hartman
2019-01-22 21:25   ` Kees Cook
2019-01-22 21:25     ` Kees Cook
2019-01-23  9:42   ` Laura Abbott
2019-01-23  9:42     ` Laura Abbott
2019-01-22 14:41 ` [PATCH 3/4] arm: omap1: " Greg Kroah-Hartman
2019-01-22 14:41   ` Greg Kroah-Hartman
2019-01-22 23:05   ` Tony Lindgren
2019-01-22 23:05     ` Tony Lindgren
2019-01-22 14:41 ` [PATCH 4/4] arm: omap2: " Greg Kroah-Hartman
2019-01-22 14:41   ` Greg Kroah-Hartman
2019-01-22 23:06   ` Tony Lindgren
2019-01-22 23:06     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.