提交 b2451e43 编写于 作者: L Len Brown

Pull fujitsu into release branch

......@@ -122,9 +122,6 @@ static int get_lcd_level(void)
else
fujitsu->brightness_changed = 0;
if (status < 0)
return status;
return fujitsu->brightness_level;
}
......@@ -198,7 +195,7 @@ static struct platform_driver fujitsupf_driver = {
/* ACPI device */
int acpi_fujitsu_add(struct acpi_device *device)
static int acpi_fujitsu_add(struct acpi_device *device)
{
int result = 0;
int state = 0;
......@@ -229,7 +226,7 @@ int acpi_fujitsu_add(struct acpi_device *device)
return result;
}
int acpi_fujitsu_remove(struct acpi_device *device, int type)
static int acpi_fujitsu_remove(struct acpi_device *device, int type)
{
ACPI_FUNCTION_TRACE("acpi_fujitsu_remove");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册