|
@@ -408,9 +408,6 @@ static int acpi_fujitsu_bl_add(struct acpi_device *device)
|
|
|
if (acpi_video_get_backlight_type() != acpi_backlight_vendor)
|
|
|
return -ENODEV;
|
|
|
|
|
|
- if (!device)
|
|
|
- return -EINVAL;
|
|
|
-
|
|
|
priv = devm_kzalloc(&device->dev, sizeof(*priv), GFP_KERNEL);
|
|
|
if (!priv)
|
|
|
return -ENOMEM;
|
|
@@ -798,9 +795,6 @@ static int acpi_fujitsu_laptop_add(struct acpi_device *device)
|
|
|
int error;
|
|
|
int i;
|
|
|
|
|
|
- if (!device)
|
|
|
- return -EINVAL;
|
|
|
-
|
|
|
priv = devm_kzalloc(&device->dev, sizeof(*priv), GFP_KERNEL);
|
|
|
if (!priv)
|
|
|
return -ENOMEM;
|
|
@@ -1019,9 +1013,6 @@ static int __init fujitsu_init(void)
|
|
|
{
|
|
|
int ret;
|
|
|
|
|
|
- if (acpi_disabled)
|
|
|
- return -ENODEV;
|
|
|
-
|
|
|
ret = acpi_bus_register_driver(&acpi_fujitsu_bl_driver);
|
|
|
if (ret)
|
|
|
return ret;
|