Message ID | 49712BD8.6060603@lwfinger.net (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Index: linux-2.6/drivers/platform/x86/hp-wmi.c =================================================================== --- linux-2.6.orig/drivers/platform/x86/hp-wmi.c +++ linux-2.6/drivers/platform/x86/hp-wmi.c @@ -441,6 +441,7 @@ static int __init hp_wmi_bios_setup(stru bluetooth_rfkill->toggle_radio = hp_wmi_bluetooth_set; bluetooth_rfkill->user_claim_unsupported = 1; err = rfkill_register(bluetooth_rfkill); + if (err) goto register_bluetooth_error; }