diff options
Diffstat (limited to 'drivers/platform/x86/hp-wmi.c')
-rw-r--r-- | drivers/platform/x86/hp-wmi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 45b2bbe6d83..524ffabc286 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c | |||
@@ -610,9 +610,7 @@ static int __devinit hp_wmi_bios_setup(struct platform_device *device) | |||
610 | bluetooth_rfkill = NULL; | 610 | bluetooth_rfkill = NULL; |
611 | wwan_rfkill = NULL; | 611 | wwan_rfkill = NULL; |
612 | 612 | ||
613 | err = hp_wmi_rfkill_setup(device); | 613 | hp_wmi_rfkill_setup(device); |
614 | if (err) | ||
615 | return err; | ||
616 | 614 | ||
617 | err = device_create_file(&device->dev, &dev_attr_display); | 615 | err = device_create_file(&device->dev, &dev_attr_display); |
618 | if (err) | 616 | if (err) |