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

Commit 140749e2 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 5005/1: BAST: Fix kset_name initialiser



Fix the pm sys device .name initialiser which was
missed when updating the last patch submission.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent eb1f7d10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ static int bast_pm_resume(struct sys_device *sd)
#endif

static struct sysdev_class bast_pm_sysclass = {
	set_kset_name("mach-bast"),
	.name		= "mach-bast",
	.suspend	= bast_pm_suspend,
	.resume		= bast_pm_resume,
};