Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65010
b: refs/heads/master
c: cb90ab5
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Woithe authored and Len Brown committed Aug 29, 2007
1 parent 091453b commit 6098d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 134c21715ac3cb36db13c8d362cc80ccc87ee48d
refs/heads/master: cb90ab5b424e711390c2ef6f0882b615b042dcb6
2 changes: 1 addition & 1 deletion trunk/drivers/misc/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int __init msi_init(void)
if (IS_ERR(msibl_device))
return PTR_ERR(msibl_device);

msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1,
msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1;

ret = platform_driver_register(&msipf_driver);
if (ret)
Expand Down

0 comments on commit 6098d1a

Please sign in to comment.