mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
simtec: Fix typo in pm-simtec.c
Correct spelling "Manangement" to "Management" in arch/arm/plat-s3c24xx/pm-simtec.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a80581d0d1
commit
6eb84bd29b
@ -52,7 +52,7 @@ static __init int pm_simtec_init(void)
|
|||||||
!machine_is_aml_m5900())
|
!machine_is_aml_m5900())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");
|
printk(KERN_INFO "Simtec Board Power Management" COPYRIGHT "\n");
|
||||||
|
|
||||||
gstatus4 = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30;
|
gstatus4 = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30;
|
||||||
gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28;
|
gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28;
|
||||||
|
Loading…
Reference in New Issue
Block a user