Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252852
b: refs/heads/master
c: f9dcf19
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Matthew Garrett committed May 27, 2011
1 parent 51dc937 commit e4638b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a2ffd168ef8ec3705060ffb21d6dcb20eeb9506
refs/heads/master: f9dcf192ed527fbf2f3a8a3574006d1ae855100b
9 changes: 4 additions & 5 deletions trunk/drivers/platform/x86/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ static struct platform_device *msipf_device;

static int dmi_check_cb(const struct dmi_system_id *id)
{
pr_info("Identified laptop model '%s'.\n", id->ident);
pr_info("Identified laptop model '%s'\n", id->ident);
return 1;
}

Expand Down Expand Up @@ -875,8 +875,7 @@ static int __init msi_init(void)
/* Register backlight stuff */

if (acpi_video_backlight_support()) {
pr_info("Brightness ignored, must be controlled "
"by ACPI video driver\n");
pr_info("Brightness ignored, must be controlled by ACPI video driver\n");
} else {
struct backlight_properties props;
memset(&props, 0, sizeof(struct backlight_properties));
Expand Down Expand Up @@ -930,7 +929,7 @@ static int __init msi_init(void)
if (auto_brightness != 2)
set_auto_brightness(auto_brightness);

pr_info("driver "MSI_DRIVER_VERSION" successfully loaded.\n");
pr_info("driver " MSI_DRIVER_VERSION " successfully loaded\n");

return 0;

Expand Down Expand Up @@ -978,7 +977,7 @@ static void __exit msi_cleanup(void)
if (auto_brightness != 2)
set_auto_brightness(1);

pr_info("driver unloaded.\n");
pr_info("driver unloaded\n");
}

module_init(msi_init);
Expand Down

0 comments on commit e4638b1

Please sign in to comment.