Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62c8cbbf authored by Pawel Moll's avatar Pawel Moll Committed by Paul Mundt
Browse files

sh: Move PMB debugfs entry initialization to later stage



... so the "sh_debugfs_root" is already available. Previously it
wasn't and in result its path was "/sys/kernel/debug/pmb" instead of
"/sys/kernel/debug/sh/pmb".

Signed-off-by: default avatarPawel Moll <pawel.moll@st.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b07f6b32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -871,7 +871,7 @@ static int __init pmb_debugfs_init(void)

	return 0;
}
postcore_initcall(pmb_debugfs_init);
subsys_initcall(pmb_debugfs_init);

#ifdef CONFIG_PM
static int pmb_sysdev_suspend(struct sys_device *dev, pm_message_t state)