From 9fe00b8236b3418a80e31c584548ca7673033428 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Thu, 29 Jan 2009 14:25:14 -0800 Subject: [PATCH] --- yaml --- r: 130385 b: refs/heads/master c: 6989d5651a16b49908069b514329d5114217ea0e h: refs/heads/master i: 130383: 816abfa050bf742c104026b172f4b804b9473472 v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/hp-wmi.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 743668991e82..c395c627b61a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d50d369d1b3ccc4d96ce01f62146173ee7064ca +refs/heads/master: 6989d5651a16b49908069b514329d5114217ea0e diff --git a/trunk/drivers/platform/x86/hp-wmi.c b/trunk/drivers/platform/x86/hp-wmi.c index 7c789f0a94d7..626042066be4 100644 --- a/trunk/drivers/platform/x86/hp-wmi.c +++ b/trunk/drivers/platform/x86/hp-wmi.c @@ -441,6 +441,7 @@ static int __init hp_wmi_bios_setup(struct platform_device *device) 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; }