Skip to content
Snippets Groups Projects
Commit e34f80cd authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Adrian Bunk
Browse files

arch/cris: typo in KERN_INFO


Typo in KERN_INFO.

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent c5a69d57
No related merge requests found
...@@ -311,7 +311,7 @@ pcf8563_register(void) ...@@ -311,7 +311,7 @@ pcf8563_register(void)
{ {
pcf8563_init(); pcf8563_init();
if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) { if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) {
printk(KERN_INFO "%s: Unable to get major numer %d for RTC device.\n", printk(KERN_INFO "%s: Unable to get major number %d for RTC device.\n",
PCF8563_NAME, PCF8563_MAJOR); PCF8563_NAME, PCF8563_MAJOR);
return -1; return -1;
} }
......
...@@ -171,7 +171,7 @@ pcf8563_init(void) ...@@ -171,7 +171,7 @@ pcf8563_init(void)
goto err; goto err;
if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) { if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) {
printk(KERN_INFO "%s: Unable to get major numer %d for RTC device.\n", printk(KERN_INFO "%s: Unable to get major number %d for RTC device.\n",
PCF8563_NAME, PCF8563_MAJOR); PCF8563_NAME, PCF8563_MAJOR);
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment