drivers/platform/x86: Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
Joe Perches
2010-11-14 19:04:38 -08:00
committed by Matthew Garrett
parent 5369c02d95
commit 3098064d3b
2 changed files with 2 additions and 2 deletions

View File

@ -6345,7 +6345,7 @@ static int __init brightness_init(struct ibm_init_struct *iibm)
"as change notification\n");
tpacpi_hotkey_driver_mask_set(hotkey_driver_mask
| TP_ACPI_HKEY_BRGHTUP_MASK
| TP_ACPI_HKEY_BRGHTDWN_MASK);;
| TP_ACPI_HKEY_BRGHTDWN_MASK);
return 0;
}