projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1f7d1
)
[ARM] 5005/1: BAST: Fix kset_name initialiser
author
Ben Dooks
<ben-linux@fluff.org>
Sat, 19 Apr 2008 12:08:43 +0000
(13:08 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 19 Apr 2008 13:04:36 +0000
(14:04 +0100)
Fix the pm sys device .name initialiser which was
missed when updating the last patch submission.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/mach-bast.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/mach-bast.c
b/arch/arm/mach-s3c2410/mach-bast.c
index 518727d0dfcc10e433d0ef2e511f3955bc80f328..661a2358ac222a9ac10c59a7a9e2cebd08b2aac0 100644
(file)
--- a/
arch/arm/mach-s3c2410/mach-bast.c
+++ b/
arch/arm/mach-s3c2410/mach-bast.c
@@
-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,
};