Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130967
b: refs/heads/master
c: 44f0606
h: refs/heads/master
i:
  130965: b9bd55f
  130963: dfdccd3
  130959: 3981cd1
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 5, 2009
1 parent 4d183f2 commit 06571df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60fd760fb9ff7034360bab7137c917c0330628c2
refs/heads/master: 44f0606d52d98ff05b3b62bb694821857e36819d
6 changes: 4 additions & 2 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,11 @@ static int __init hp_wmi_bios_setup(struct platform_device *device)

return 0;
register_wwan_err:
rfkill_unregister(bluetooth_rfkill);
if (bluetooth_rfkill)
rfkill_unregister(bluetooth_rfkill);
register_bluetooth_error:
rfkill_unregister(wifi_rfkill);
if (wifi_rfkill)
rfkill_unregister(wifi_rfkill);
add_sysfs_error:
cleanup_sysfs(device);
return err;
Expand Down

0 comments on commit 06571df

Please sign in to comment.